Skip to content

Commit 850126c

Browse files
committed
base: add additional musl packages
1 parent ff34437 commit 850126c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

base/dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ COPY bin/ /usr/local/bin/
99
RUN echo 'https://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories && \
1010
apk add --no-cache \
1111
ca-certificates \
12+
musl-fts \
13+
musl-libintl \
1214
musl-locales \
1315
musl-locales-lang \
16+
musl-utils \
1417
su-exec \
1518
tzdata && \
1619
app-dir && \

0 commit comments

Comments
 (0)