Skip to content

Commit fb9d1df

Browse files
committed
adding common tools to docker
1 parent ae67bbb commit fb9d1df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ RUN apk add --no-cache git
33
RUN GO111MODULE=auto go get -u -v github.com/projectdiscovery/simplehttpserver/cmd/simplehttpserver
44

55
FROM alpine:latest
6+
RUN apk add --no-cache bind-tools ca-certificates
67
COPY --from=builder /go/bin/simplehttpserver /usr/local/bin/
78

89
ENTRYPOINT ["simplehttpserver"]

0 commit comments

Comments
 (0)