Skip to content

Commit 7f83f77

Browse files
committed
Removes the use of native dependencies
1 parent e306d4a commit 7f83f77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

base/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@ RUN set -ex && \
2020
# install/update packages
2121
apk update --no-cache && \
2222
apk add --no-cache --update \
23-
libc6-compat libstdc++ libintl \
23+
gcc musl-dev linux-headers \
2424
ca-certificates \
2525
bash \
2626
wget \
2727
curl \
2828
unzip \
2929
maven \
3030
tar && \
31-
ln -s /lib/libc.musl-x86_64.so.1 /lib/ld-linux-x86-64.so.2 && \
3231
rm -rf /var/cache/apk/*
3332

3433
# Configure maven

0 commit comments

Comments
 (0)