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.
1 parent 97d5e90 commit 1c31a48Copy full SHA for 1c31a48
Dockerfile
@@ -1,6 +1,6 @@
1
FROM golang:1.16-alpine AS builder
2
RUN apk add --no-cache git
3
-RUN GO111MODULE=auto go get -v github.com/projectdiscovery/simplehttpserver/cmd/simplehttpserver
+RUN GO111MODULE=on go get -v github.com/projectdiscovery/simplehttpserver/cmd/simplehttpserver
4
5
FROM alpine:latest
6
RUN apk add --no-cache bind-tools ca-certificates
0 commit comments