Skip to content

Commit

Permalink
Fix generator-build-image makefile task (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomac authored Feb 14, 2024
1 parent 8be0bc8 commit 6cb90b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generator.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ ENV TOOLS_DIR $GOBIN
WORKDIR /tmp
# Copies some pre-required Go dependencies to avoid downloading them on each build
COPY Makefile Makefile
COPY go.mod go.mod

RUN make prereqs

WORKDIR /src
Expand Down

0 comments on commit 6cb90b3

Please sign in to comment.