1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-09 03:58:59 +00:00

Update Fedora Dockerfiles for Python 3 testing.

This commit is contained in:
Matt Clay 2018-01-08 12:35:20 -08:00
parent f20af4b909
commit 61d155b315
3 changed files with 2 additions and 70 deletions

View file

@ -10,6 +10,7 @@ rm -f /lib/systemd/system/basic.target.wants/*; \
rm -f /lib/systemd/system/anaconda.target.wants/*;
RUN dnf clean all && \
dnf -y update && \
dnf -y --setopt=install_weak_deps=false install \
acl \
bzip2 \