From dff2dc8e3bba7fa8f609f7728075d4855b5471d8 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Mon, 15 May 2017 11:33:16 +0200 Subject: [PATCH] f26 calls the package 'python2' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \