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 \