Skip to content

Commit

Permalink
use go get instead of go mod download
Browse files Browse the repository at this point in the history
Signed-off-by: Issif <issif+github@gadz.org>
  • Loading branch information
Issif authored and poiana committed May 11, 2022
1 parent df701e0 commit 4856681
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 @@ -8,7 +8,7 @@ ENV CGO_ENABLED=0
WORKDIR /src/
COPY . .

RUN go mod download
RUN go get
RUN make falcosidekick

# Final Docker image
Expand Down

0 comments on commit 4856681

Please sign in to comment.