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 4fc9277 commit c9822a1Copy full SHA for c9822a1
1 file changed
Dockerfile
@@ -13,6 +13,7 @@ RUN apk add --no-cache curl
13
WORKDIR /tmp
14
ADD https://ziglang.org/download/${VERSION}/${RELEASE}.tar.xz .
15
RUN tar -xvf ${RELEASE}.tar.xz \
16
+ && rm -rf /tmp/${RELEASE}/doc \
17
&& mv /tmp/${RELEASE} /opt/zig
18
19
FROM ${REPO}:${IMAGE} AS runner
0 commit comments