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: 20802d8c3c\nUpstreamRepository: https://github.com/sclorg/s2i-python-container
This commit is contained in:
phracek 2020-05-27 06:57:12 +00:00
commit 183bc12344

View file

@ -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 <sclorg@redhat.com>"
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='*'