We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d64b87 + 8525dc8 commit b86e85bCopy full SHA for b86e85b
Dockerfile
@@ -7,6 +7,8 @@ RUN curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
7
ARG SWAGGER_UI_VERSION=3.20.9
8
9
RUN go get -d -v github.com/go-swagger/go-swagger \
10
+ && cd $GOPATH/src/github.com/go-swagger/go-swagger \
11
+ && go mod tidy \
12
&& go install github.com/go-swagger/go-swagger/cmd/swagger \
13
&& curl -sfL https://github.com/swagger-api/swagger-ui/archive/v$SWAGGER_UI_VERSION.tar.gz | tar xz -C /tmp/ \
14
&& mv /tmp/swagger-ui-$SWAGGER_UI_VERSION /tmp/swagger \
0 commit comments