Skip to content

Commit

Permalink
update for alpine linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dravenk committed Jul 17, 2024
1 parent 6ca8b60 commit e3d6567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:edge
# zig is currently only in testing
RUN apk --no-cache add zig --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing
RUN apk add zig

RUN mkdir -p /opt/app
WORKDIR /opt/app

0 comments on commit e3d6567

Please sign in to comment.