Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Oct 18, 2022
1 parent de6cd28 commit 4450efb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ FROM alpine:3.16.2
RUN apk add --no-cache ca-certificates git
RUN echo "while true; do git fetch; git reset --hard; sleep 10; done" | tee /usr/local/bin/update

WORKDIR /src

ENTRYPOINT update

0 comments on commit 4450efb

Please sign in to comment.