Skip to content

Commit 52c2068

Browse files
committed
feat: Add git-lfs to Docker image
1 parent d9f1802 commit 52c2068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN GOOS=linux GARCH=amd64 go build -o git-semver -ldflags="-s -w" cli/main.go
1010

1111
FROM alpine:3.16
1212

13-
RUN apk --no-cache add git openssh-client
13+
RUN apk --no-cache add git git-lfs openssh-client
1414

1515
COPY --from=build /src/git-semver /usr/local/bin
1616

0 commit comments

Comments
 (0)