We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae67bbb commit fb9d1dfCopy full SHA for fb9d1df
Dockerfile
@@ -3,6 +3,7 @@ RUN apk add --no-cache git
3
RUN GO111MODULE=auto go get -u -v github.com/projectdiscovery/simplehttpserver/cmd/simplehttpserver
4
5
FROM alpine:latest
6
+RUN apk add --no-cache bind-tools ca-certificates
7
COPY --from=builder /go/bin/simplehttpserver /usr/local/bin/
8
9
ENTRYPOINT ["simplehttpserver"]
0 commit comments