From 183bc12344b04099b7e9ae5663d1a3048cf767b2 Mon Sep 17 00:00:00 2001 From: phracek Date: Wed, 27 May 2020 06:57:12 +0000 Subject: [PATCH] Merge pull request #378 from torsava/add-py38-rhel\n\nAdd Python 3.8 for RHEL8 and preparation for RHEL7 and CentOS \n\nUpstreamCommitID: 20802d8c3c58c018b1eb37f8e2abcb09f9548d0e\nUpstreamCommitLink: https://github.com/sclorg/s2i-python-container/commit/20802d8c3c58c018b1eb37f8e2abcb09f9548d0e\nUpstreamRepository: https://github.com/sclorg/s2i-python-container --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a72e60a..48efaa2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,9 +38,9 @@ LABEL summary="$SUMMARY" \ usage="s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.7/test/setup-test-app/ $FGC/$NAME python-sample-app" \ maintainer="SoftwareCollections.org " -RUN INSTALL_PKGS="python3 python3-devel python3-setuptools python3-pip python3-virtualenv \ - nss_wrapper httpd httpd-devel atlas-devel gcc-gfortran \ - libffi-devel libtool-ltdl enchant redhat-rpm-config" && \ +RUN INSTALL_PKGS="python3 python3-devel python3-setuptools python3-pip nss_wrapper \ + httpd httpd-devel atlas-devel gcc-gfortran libffi-devel \ + libtool-ltdl enchant redhat-rpm-config" && \ dnf -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \ rpm -V $INSTALL_PKGS && \ dnf -y clean all --enablerepo='*'