Skip to content

Commit

Permalink
Merge pull request #17 from codecrafters-io/fix-go-dockerfile
Browse files Browse the repository at this point in the history
remove go mod graph step
  • Loading branch information
rohitpaulk authored Sep 5, 2024
2 parents 874193d + f98f2dc commit b981a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/go-1.19.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ WORKDIR /app

COPY go.mod go.sum ./

RUN ash -c "set -exo pipefail; go mod graph | awk '{if (\$1 !~ \"@\") {print \$2}}' | xargs -r go get"
RUN go mod download

0 comments on commit b981a19

Please sign in to comment.