Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 authored Mar 24, 2024
1 parent dde144b commit dd64d45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM alpine:3.19.1
RUN apk add --no-cache ca-certificates tzdata tini git && \
RUN apk upgrade --no-cache -a && \
apk add --no-cache ca-certificates tzdata tini git && \
git config --global --add safe.directory /src

WORKDIR /src
Expand Down

0 comments on commit dd64d45

Please sign in to comment.