Skip to content

Commit 773805d

Browse files
phracekfrenzymadness
authored andcommitted
Add generated sources
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 16190d8 commit 773805d

12 files changed

+12
-12
lines changed

3.11/Dockerfile.c9s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ LABEL summary="$SUMMARY" \
3737
usage="s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.11/test/setup-test-app/ $FGC/$NAME python-sample-app" \
3838
maintainer="SoftwareCollections.org <[email protected]>"
3939

40-
RUN INSTALL_PKGS="python3.11 python3.11-devel python3.11-pip nss_wrapper httpd \
40+
RUN INSTALL_PKGS="python3.11 python3.11-devel python3.11-pip nss_wrapper-libs httpd \
4141
httpd-devel mod_ssl mod_auth_gssapi mod_ldap mod_session \
4242
atlas-devel gcc-gfortran libffi-devel libtool-ltdl enchant \
4343
krb5-devel" && \

3.11/Dockerfile.rhel8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ LABEL summary="$SUMMARY" \
3838
io.buildpacks.stack.id="com.redhat.stacks.ubi8-python-311" \
3939
maintainer="SoftwareCollections.org <[email protected]>"
4040

41-
RUN INSTALL_PKGS="python3.11 python3.11-devel python3.11-setuptools python3.11-pip nss_wrapper \
41+
RUN INSTALL_PKGS="python3.11 python3.11-devel python3.11-setuptools python3.11-pip nss_wrapper-libs \
4242
httpd httpd-devel mod_ssl mod_auth_gssapi mod_ldap \
4343
mod_session atlas-devel gcc-gfortran libffi-devel libtool-ltdl \
4444
enchant krb5-devel" && \

3.11/Dockerfile.rhel9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ LABEL summary="$SUMMARY" \
3838
io.buildpacks.stack.id="com.redhat.stacks.ubi9-python-311" \
3939
maintainer="SoftwareCollections.org <[email protected]>"
4040

41-
RUN INSTALL_PKGS="python3.11 python3.11-devel python3.11-pip nss_wrapper httpd \
41+
RUN INSTALL_PKGS="python3.11 python3.11-devel python3.11-pip nss_wrapper-libs httpd \
4242
httpd-devel mod_ssl mod_auth_gssapi mod_ldap mod_session \
4343
atlas-devel gcc-gfortran libffi-devel libtool-ltdl enchant \
4444
krb5-devel" && \

3.12/Dockerfile.c10s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ LABEL summary="$SUMMARY" \
3737
usage="s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.12/test/setup-test-app/ $FGC/$NAME python-sample-app" \
3838
maintainer="SoftwareCollections.org <[email protected]>"
3939

40-
RUN INSTALL_PKGS="python3 python3-devel python3-setuptools python3-pip nss_wrapper \
40+
RUN INSTALL_PKGS="python3 python3-devel python3-setuptools python3-pip nss_wrapper-libs \
4141
httpd httpd-devel mod_ssl mod_auth_gssapi mod_ldap \
4242
mod_session gcc-gfortran libffi-devel libtool-ltdl krb5-devel" && \
4343
yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \

3.12/Dockerfile.c9s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ LABEL summary="$SUMMARY" \
3737
usage="s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.12/test/setup-test-app/ $FGC/$NAME python-sample-app" \
3838
maintainer="SoftwareCollections.org <[email protected]>"
3939

40-
RUN INSTALL_PKGS="python3.12 python3.12-devel python3.12-pip nss_wrapper httpd \
40+
RUN INSTALL_PKGS="python3.12 python3.12-devel python3.12-pip nss_wrapper-libs httpd \
4141
httpd-devel mod_ssl mod_auth_gssapi mod_ldap mod_session \
4242
atlas-devel gcc-gfortran libffi-devel libtool-ltdl enchant \
4343
krb5-devel" && \

3.12/Dockerfile.fedora

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ LABEL summary="$SUMMARY" \
3737
usage="s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.12/test/setup-test-app/ quay.io/fedora/$NAME-312 python-sample-app" \
3838
maintainer="SoftwareCollections.org <[email protected]>"
3939

40-
RUN INSTALL_PKGS="python3 python3-devel python3-setuptools python3-pip nss_wrapper \
40+
RUN INSTALL_PKGS="python3 python3-devel python3-setuptools python3-pip nss_wrapper-libs \
4141
httpd httpd-devel atlas-devel gcc-gfortran libffi-devel \
4242
libtool-ltdl enchant redhat-rpm-config krb5-devel" && \
4343
dnf -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \

3.12/Dockerfile.rhel8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ LABEL summary="$SUMMARY" \
3838
io.buildpacks.stack.id="com.redhat.stacks.ubi8-python-312" \
3939
maintainer="SoftwareCollections.org <[email protected]>"
4040

41-
RUN INSTALL_PKGS="python3.12 python3.12-devel python3.12-setuptools python3.12-pip nss_wrapper \
41+
RUN INSTALL_PKGS="python3.12 python3.12-devel python3.12-setuptools python3.12-pip nss_wrapper-libs \
4242
httpd httpd-devel mod_ssl mod_auth_gssapi mod_ldap \
4343
mod_session atlas-devel gcc-gfortran libffi-devel libtool-ltdl \
4444
enchant krb5-devel" && \

3.12/Dockerfile.rhel9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ LABEL summary="$SUMMARY" \
3838
io.buildpacks.stack.id="com.redhat.stacks.ubi9-python-312" \
3939
maintainer="SoftwareCollections.org <[email protected]>"
4040

41-
RUN INSTALL_PKGS="python3.12 python3.12-devel python3.12-pip nss_wrapper httpd \
41+
RUN INSTALL_PKGS="python3.12 python3.12-devel python3.12-pip nss_wrapper-libs httpd \
4242
httpd-devel mod_ssl mod_auth_gssapi mod_ldap mod_session \
4343
atlas-devel gcc-gfortran libffi-devel libtool-ltdl enchant \
4444
krb5-devel" && \

3.6/Dockerfile.rhel8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ LABEL summary="$SUMMARY" \
3939
maintainer="SoftwareCollections.org <[email protected]>"
4040

4141
RUN INSTALL_PKGS="python36 python36-devel python3-virtualenv python3-setuptools python3-pip \
42-
nss_wrapper httpd httpd-devel mod_ssl mod_auth_gssapi \
42+
nss_wrapper-libs httpd httpd-devel mod_ssl mod_auth_gssapi \
4343
mod_ldap mod_session atlas-devel gcc-gfortran libffi-devel \
4444
libtool-ltdl enchant krb5-devel" && \
4545
yum -y module enable python36:3.6 httpd:2.4 && \

3.9/Dockerfile.c9s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ LABEL summary="$SUMMARY" \
3737
usage="s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.9/test/setup-test-app/ $FGC/$NAME python-sample-app" \
3838
maintainer="SoftwareCollections.org <[email protected]>"
3939

40-
RUN INSTALL_PKGS="python3 python3-devel python3-setuptools python3-pip nss_wrapper \
40+
RUN INSTALL_PKGS="python3 python3-devel python3-setuptools python3-pip nss_wrapper-libs \
4141
httpd httpd-devel mod_ssl mod_auth_gssapi mod_ldap \
4242
mod_session atlas-devel gcc-gfortran libffi-devel libtool-ltdl \
4343
enchant krb5-devel" && \

0 commit comments

Comments
 (0)