change masscan to alpine

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle
2018-07-13 19:23:01 -04:00
parent 049ac1b077
commit cabc5dad9c
3 changed files with 17 additions and 15 deletions

View File

@@ -31,7 +31,7 @@ RUN set -x \
&& CGO_ENABLED=0 go build -a -tags netgo -ldflags '-w -extldflags "-static"' -o /usr/bin/k8scan *.go \
&& echo "Build complete."
FROM scratch
FROM r.j3ss.co/masscan
COPY --from=builder /usr/bin/k8scan /usr/bin/k8scan
COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs