Skip to content

Commit 7dffb71

Browse files
authored
Update zzz.dockerfile
1 parent 14b91b2 commit 7dffb71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frameworks/Zig/zzz/zzz.dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get update && \
1010
rm -rf /var/lib/apt/lists/*
1111

1212
ARG ZIG_VER=0.14.0
13-
RUN wget https://ziglang.org/download/${ZIG_VER}/zig-$(uname -m)-linux-${ZIG_VER}.tar.xz
13+
RUN wget https://ziglang.org/download/${ZIG_VER}/zig-linux-$(uname -m)-${ZIG_VER}.tar.xz
1414

1515
RUN tar -xvf zig-linux-$(uname -m)-${ZIG_VER}.tar.xz
1616

@@ -26,7 +26,6 @@ COPY build.zig.zon build.zig.zon
2626
USER ziguser
2727

2828
RUN zig build -Doptimize=ReleaseFast -Dcpu=native
29-
RUN ls
3029

3130
FROM debian:12-slim
3231

0 commit comments

Comments
 (0)