Skip to content

Commit

Permalink
Merge pull request #324 from xiaods/dev
Browse files Browse the repository at this point in the history
fix compile error for Dockerfile.dapper
  • Loading branch information
xiaods authored Sep 2, 2023
2 parents 1aebe45 + 0ec6032 commit b9c61ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ RUN TRIVY_VERSION="0.43.1" && \
wget --no-verbose "https://github.com/aquasecurity/trivy/releases/download/v${TRIVY_VERSION}/trivy_${TRIVY_VERSION}_Linux-64bit.tar.gz" && \
tar -zxvf "trivy_${TRIVY_VERSION}_Linux-64bit.tar.gz" && \
mv trivy /usr/local/bin; \
fi \ \
fi \
fi

# this works for both go 1.17 and 1.18
RUN GOPROXY=direct go install golang.org/x/tools/cmd/goimports@gopls/v0.8.2
RUN rm -rf /go/src /go/pkg
Expand Down

0 comments on commit b9c61ce

Please sign in to comment.