Skip to content

Commit 1c31a48

Browse files
committed
docker fix
1 parent 97d5e90 commit 1c31a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM golang:1.16-alpine AS builder
22
RUN apk add --no-cache git
3-
RUN GO111MODULE=auto go get -v github.com/projectdiscovery/simplehttpserver/cmd/simplehttpserver
3+
RUN GO111MODULE=on go get -v github.com/projectdiscovery/simplehttpserver/cmd/simplehttpserver
44

55
FROM alpine:latest
66
RUN apk add --no-cache bind-tools ca-certificates

0 commit comments

Comments
 (0)