Skip to content

Commit 1fbefe3

Browse files
authored
Update zzz.dockerfile
1 parent 8f92211 commit 1fbefe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/Zig/zzz/zzz.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN ls
3131
FROM debian:12-slim
3232

3333
RUN apt-get -qq update
34-
RUN apt-get -qy install ca-certificates curl
34+
RUN apt-get -qy install ca-certificates
3535

3636
COPY --from=build /home/ziguser/zig-out/bin/zzz /server
3737
EXPOSE 8080

0 commit comments

Comments
 (0)