Skip to content

Commit

Permalink
fix(Dockerfile): git lfs install global (#56)
Browse files Browse the repository at this point in the history
Signed-off-by: hunshcn <hunsh.cn@gmail.com>
  • Loading branch information
hunshcn committed Apr 30, 2024
1 parent 80087f0 commit 4254665
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
Expand Up @@ -27,7 +27,7 @@ FROM alpine:3.19
COPY --from=build /usr/local/src/goproxy/bin/ /usr/local/bin/

RUN apk add --no-cache go git git-lfs openssh gpg subversion fossil mercurial breezy
RUN git lfs install
RUN git lfs install --system

USER nobody
WORKDIR /go
Expand Down

0 comments on commit 4254665

Please sign in to comment.