no cache builds; dnf update -y; update parallel downloads
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user