Skip to content

Commit

Permalink
Add generated files by distgen
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek authored and frenzymadness committed Sep 24, 2024
1 parent 55a23ce commit efb348b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 3.11-minimal/Dockerfile.c9s
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ LABEL summary="$SUMMARY" \
# glibc-langpack-en is needed to set locale to en_US and disable warning about it
# findutils - find command is needed for fix-permissions script
# nss_wrapper - used in generate_container_user script
RUN INSTALL_PKGS="python3.11 glibc-langpack-en findutils nss_wrapper" && \
RUN INSTALL_PKGS="python3.11 glibc-langpack-en findutils nss_wrapper-libs" && \
microdnf -y --setopt=tsflags=nodocs --setopt=install_weak_deps=0 install $INSTALL_PKGS && \
microdnf -y clean all --enablerepo='*'

Expand Down
2 changes: 1 addition & 1 deletion 3.11-minimal/Dockerfile.rhel8
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ LABEL summary="$SUMMARY" \
# glibc-langpack-en is needed to set locale to en_US and disable warning about it
# findutils - find command is needed for fix-permissions script
# nss_wrapper - used in generate_container_user script
RUN INSTALL_PKGS="python3.11 glibc-langpack-en findutils nss_wrapper" && \
RUN INSTALL_PKGS="python3.11 glibc-langpack-en findutils nss_wrapper-libs" && \
microdnf -y --setopt=tsflags=nodocs --setopt=install_weak_deps=0 install $INSTALL_PKGS && \
microdnf -y clean all --enablerepo='*'

Expand Down
2 changes: 1 addition & 1 deletion 3.12-minimal/Dockerfile.c10s
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ LABEL summary="$SUMMARY" \
# glibc-langpack-en is needed to set locale to en_US and disable warning about it
# findutils - find command is needed for fix-permissions script
# nss_wrapper - used in generate_container_user script
RUN INSTALL_PKGS="python3.12 glibc-langpack-en findutils nss_wrapper" && \
RUN INSTALL_PKGS="python3.12 glibc-langpack-en findutils nss_wrapper-libs" && \
microdnf -y --setopt=tsflags=nodocs --setopt=install_weak_deps=0 install $INSTALL_PKGS && \
microdnf -y clean all --enablerepo='*'

Expand Down
2 changes: 1 addition & 1 deletion 3.12-minimal/Dockerfile.c9s
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ LABEL summary="$SUMMARY" \
# glibc-langpack-en is needed to set locale to en_US and disable warning about it
# findutils - find command is needed for fix-permissions script
# nss_wrapper - used in generate_container_user script
RUN INSTALL_PKGS="python3.12 glibc-langpack-en findutils nss_wrapper" && \
RUN INSTALL_PKGS="python3.12 glibc-langpack-en findutils nss_wrapper-libs" && \
microdnf -y --setopt=tsflags=nodocs --setopt=install_weak_deps=0 install $INSTALL_PKGS && \
microdnf -y clean all --enablerepo='*'

Expand Down
2 changes: 1 addition & 1 deletion 3.12-minimal/Dockerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ LABEL summary="$SUMMARY" \
# glibc-langpack-en is needed to set locale to en_US and disable warning about it
# findutils - find command is needed for fix-permissions script
# nss_wrapper - used in generate_container_user script
RUN INSTALL_PKGS="python3.12 glibc-langpack-en findutils nss_wrapper" && \
RUN INSTALL_PKGS="python3.12 glibc-langpack-en findutils nss_wrapper-libs" && \
microdnf -y --setopt=tsflags=nodocs --setopt=install_weak_deps=0 install $INSTALL_PKGS && \
microdnf -y clean all --enablerepo='*'

Expand Down
2 changes: 1 addition & 1 deletion 3.12-minimal/Dockerfile.rhel8
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ LABEL summary="$SUMMARY" \
# glibc-langpack-en is needed to set locale to en_US and disable warning about it
# findutils - find command is needed for fix-permissions script
# nss_wrapper - used in generate_container_user script
RUN INSTALL_PKGS="python3.12 glibc-langpack-en findutils nss_wrapper" && \
RUN INSTALL_PKGS="python3.12 glibc-langpack-en findutils nss_wrapper-libs" && \
microdnf -y --setopt=tsflags=nodocs --setopt=install_weak_deps=0 install $INSTALL_PKGS && \
microdnf -y clean all --enablerepo='*'

Expand Down
2 changes: 1 addition & 1 deletion 3.9-minimal/Dockerfile.c9s
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ LABEL summary="$SUMMARY" \
# glibc-langpack-en is needed to set locale to en_US and disable warning about it
# findutils - find command is needed for fix-permissions script
# nss_wrapper - used in generate_container_user script
RUN INSTALL_PKGS="python39 glibc-langpack-en findutils nss_wrapper" && \
RUN INSTALL_PKGS="python39 glibc-langpack-en findutils nss_wrapper-libs" && \
microdnf -y --setopt=tsflags=nodocs --setopt=install_weak_deps=0 install $INSTALL_PKGS && \
microdnf -y clean all --enablerepo='*'

Expand Down
2 changes: 1 addition & 1 deletion 3.9-minimal/Dockerfile.rhel8
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ LABEL summary="$SUMMARY" \
# glibc-langpack-en is needed to set locale to en_US and disable warning about it
# findutils - find command is needed for fix-permissions script
# nss_wrapper - used in generate_container_user script
RUN INSTALL_PKGS="python39 glibc-langpack-en findutils nss_wrapper" && \
RUN INSTALL_PKGS="python39 glibc-langpack-en findutils nss_wrapper-libs" && \
microdnf -y --setopt=tsflags=nodocs --setopt=install_weak_deps=0 install $INSTALL_PKGS && \
microdnf -y clean all --enablerepo='*'

Expand Down

0 comments on commit efb348b

Please sign in to comment.