Remove unnecessary packages

This commit is contained in:
TheSpad
2022-10-10 22:15:05 +01:00
parent d97b2e7d4a
commit bc0d17401d
3 changed files with 0 additions and 7 deletions

View File

@@ -23,8 +23,6 @@ RUN \
gcc && \
echo "**** install packages ****" && \
apk add -U --update --no-cache \
bash \
curl \
icu-libs \
libstdc++ \
openssl \

View File

@@ -23,8 +23,6 @@ RUN \
gcc && \
echo "**** install packages ****" && \
apk add -U --update --no-cache \
bash \
curl \
icu-libs \
libstdc++ \
openssl \

View File

@@ -23,9 +23,6 @@ RUN \
gcc && \
echo "**** install packages ****" && \
apk add -U --update --no-cache \
bash \
curl \
gcompat \
icu-libs \
libc6-compat \
libstdc++ \