f26 calls the package 'python2'

This commit is contained in:
Nils Philippsen 2017-05-15 11:33:16 +02:00
commit dff2dc8e3b

View file

@ -35,7 +35,7 @@ ADD root /
# safe in the future. This should *never* change, the last test is there
# to make sure of that.
RUN INSTALL_PKGS="rsync tar gettext bind-utils postgresql-server postgresql-contrib nss_wrapper " && \
INSTALL_PKGS+="findutils python " && \
INSTALL_PKGS+="findutils python2 " && \
dnf -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
dnf clean all && \