Fix packagename
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2022-04-24 21:46:48 +02:00
parent e4465ad2c6
commit 1c5e20cba4
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
# (python3-*) Dependency for installation of Ansible
python3-pip \
yamllint && \
apt-cache rdepends pyyaml && \
apt-cache rdepends python3-yaml && \
sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && \
locale-gen && \
pip3 install --upgrade pip && \