We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fceed9f commit f1bca3bCopy full SHA for f1bca3b
Dockerfile
@@ -31,6 +31,7 @@ RUN apt update && apt install -y zip \
31
| tar --strip-components=1 -C /usr/local/bin -xzf - --wildcards 'golangci-lint-*-linux-amd64/golangci-lint' \
32
&& rm -rf /go/pkg \
33
&& mkdir /tmp/protoc && cd /tmp/protoc \
34
+ && curl --fail --location https://github.com/abhinav/doc2go/releases/download/v0.8.1/doc2go-linux-amd64.tar.gz | tar -C /usr/local/bin/ -xzf - doc2go \
35
&& ln -s /usr/bin/build-go-project.sh /build-common.sh \
36
&& git config --global --add safe.directory /workspace \
37
&& true
0 commit comments