Skip to content

Commit

Permalink
Update zig.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Apr 8, 2024
1 parent 6aed515 commit f3b12b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/zig.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:unstable AS build
ARG VERSION
RUN apt update && apt install -y wget adduser
RUN apt update && apt install -y wget adduser xz-utils
RUN adduser --disabled-password dev
USER dev
RUN mkdir /home/dev/.zig \
Expand Down

0 comments on commit f3b12b8

Please sign in to comment.