Debug dependencies
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2022-04-24 21:44:23 +02:00
parent 4155fc0a56
commit e4465ad2c6
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +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 && \
sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && \
locale-gen && \
pip3 install --upgrade pip && \