Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f1bca3b

Browse files
authoredFeb 19, 2024
add doc2go
1 parent fceed9f commit f1bca3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ RUN apt update && apt install -y zip \
3131
| tar --strip-components=1 -C /usr/local/bin -xzf - --wildcards 'golangci-lint-*-linux-amd64/golangci-lint' \
3232
&& rm -rf /go/pkg \
3333
&& 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 \
3435
&& ln -s /usr/bin/build-go-project.sh /build-common.sh \
3536
&& git config --global --add safe.directory /workspace \
3637
&& true

0 commit comments

Comments
 (0)
Please sign in to comment.