debug
continuous-integration/drone/push Build is failing Details

init
shnee 3 years ago
parent 1ad70fe02f
commit a0edb9d5c5

@ -4,6 +4,7 @@ FROM fedora:36
# to use dnf or pip to install ansible however it looks like dnf installs all
# the python libs in the same location that pip would, therefore there doesn't
# seem to be a meaningful difference between the 2 install options.
RUN dnf install iputils
RUN ping -c 4 8.8.8.8
RUN ping -c 4 mirrors.fedoraproject.org
RUN dnf install -y ansible

Loading…
Cancel
Save