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 a5b4a30 commit 03faf1fCopy full SHA for 03faf1f
1 file changed
docker/musl
@@ -1,4 +1,6 @@
1
ARG ARCH='amd64'
2
+ARG ALPINE_VERSION
3
+
4
FROM multiarch/alpine:${ARCH}-v${ALPINE_VERSION}
5
RUN apk add --no-cache bash build-base cmake
6
0 commit comments