Skip to content

Commit 97d5e90

Browse files
committed
Update Dockerfile
1 parent 130323d commit 97d5e90

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 -u -v github.com/projectdiscovery/simplehttpserver/cmd/simplehttpserver
3+
RUN GO111MODULE=auto 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)