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 534c254 commit 396c9d1Copy full SHA for 396c9d1
Dockerfile
@@ -1,5 +1,10 @@
1
FROM alpine:latest
2
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
8
RUN apk add --no-cache git gcc make musl-dev autoconf automake libtool ninja \
9
linux-headers bash meson cmake pkgconfig libcap-static libcap-dev \
10
libselinux-dev libxslt upx
0 commit comments