We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e306d4a commit 7f83f77Copy full SHA for 7f83f77
base/Dockerfile
@@ -20,15 +20,14 @@ RUN set -ex && \
20
# install/update packages
21
apk update --no-cache && \
22
apk add --no-cache --update \
23
- libc6-compat libstdc++ libintl \
+ gcc musl-dev linux-headers \
24
ca-certificates \
25
bash \
26
wget \
27
curl \
28
unzip \
29
maven \
30
tar && \
31
- ln -s /lib/libc.musl-x86_64.so.1 /lib/ld-linux-x86-64.so.2 && \
32
rm -rf /var/cache/apk/*
33
34
# Configure maven
0 commit comments