diff --git a/Dockerfile b/Dockerfile index 24ca12d..cce3929 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \