Skip to content

Commit 396c9d1

Browse files
committed
Update dockerfile
1 parent 534c254 commit 396c9d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
FROM alpine:latest
22

3+
# Update repositories
4+
RUN echo https://dl-cdn.alpinelinux.org/alpine/v3.20/main/ > /etc/apk/repositories
5+
RUN echo https://dl-cdn.alpinelinux.org/alpine/v3.20/community/ >> /etc/apk/repositories
6+
7+
RUN apk update
38
RUN apk add --no-cache git gcc make musl-dev autoconf automake libtool ninja \
49
linux-headers bash meson cmake pkgconfig libcap-static libcap-dev \
510
libselinux-dev libxslt upx

0 commit comments

Comments
 (0)