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 14b91b2 commit 7dffb71Copy full SHA for 7dffb71
frameworks/Zig/zzz/zzz.dockerfile
@@ -10,7 +10,7 @@ RUN apt-get update && \
10
rm -rf /var/lib/apt/lists/*
11
12
ARG ZIG_VER=0.14.0
13
-RUN wget https://ziglang.org/download/${ZIG_VER}/zig-$(uname -m)-linux-${ZIG_VER}.tar.xz
+RUN wget https://ziglang.org/download/${ZIG_VER}/zig-linux-$(uname -m)-${ZIG_VER}.tar.xz
14
15
RUN tar -xvf zig-linux-$(uname -m)-${ZIG_VER}.tar.xz
16
@@ -26,7 +26,6 @@ COPY build.zig.zon build.zig.zon
26
USER ziguser
27
28
RUN zig build -Doptimize=ReleaseFast -Dcpu=native
29
-RUN ls
30
31
FROM debian:12-slim
32
0 commit comments