Skip to content

Commit

Permalink
Added git-lfs to default Dockerfile
Browse files Browse the repository at this point in the history
Fixes #278
  • Loading branch information
awbn authored Oct 23, 2024
1 parent dea1d8c commit b14b70c
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,7 +1,7 @@
FROM golang:1.21-alpine as builder

# Install dependencies for copy
RUN apk add -U --no-cache ca-certificates tzdata git
RUN apk add -U --no-cache ca-certificates tzdata git git-lfs

# Use an valid GOPATH and copy the files
WORKDIR /go/src/github.com/cooperspencer/gickup
Expand Down

0 comments on commit b14b70c

Please sign in to comment.