Skip to content

Commit

Permalink
Let's remove packages glibc-locale-resource, scl-utils and xz.
Browse files Browse the repository at this point in the history
In case they are missing for some reason,
we can add it later on.

Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek authored and github-actions[bot] committed Jul 24, 2024
1 parent ad528e9 commit 9b9fbd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion base/Dockerfile.c10s
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LABEL summary="$SUMMARY" \

# This is the list of basic dependencies that all language container image can
# consume.
RUN INSTALL_PKGS="nodejs autoconf \
RUN INSTALL_PKGS="autoconf \
automake \
bzip2 \
gcc-c++ \
Expand Down
3 changes: 0 additions & 3 deletions core/Dockerfile.c10s
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,9 @@ RUN INSTALL_PKGS="bsdtar \
gettext \
glibc-langpack-en \
groff-base \
glibc-locale-source \
rsync \
scl-utils \
tar \
unzip \
xz \
yum" && \
mkdir -p ${HOME}/.pki/nssdb && \
chown -R 1001:0 ${HOME}/.pki && \
Expand Down

0 comments on commit 9b9fbd5

Please sign in to comment.