no cache builds; dnf update -y; update parallel downloads
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-11-19 20:15:50 -05:00
parent 85e92d9f8c
commit 07b1c64282
3 changed files with 4 additions and 3 deletions

View File

@ -10,6 +10,7 @@ COPY conf/hosts /etc/hosts
COPY conf/dnf.conf /etc/dnf/dnf.conf
COPY python/requirements.txt /tmp/requirements.txt
RUN dnf update -y
RUN dnf install -y python3-pip git ansible-core python3-ansible-lint
# && pip install pip --upgrade \
# && pip install -r /tmp/requirements.txt