dockerfile update

This commit is contained in:
Lauren Liberda 2021-09-03 21:47:27 +02:00
parent 7846f5a271
commit cc5d052716

View file

@ -1,7 +1,7 @@
FROM alpine:3.12
FROM alpine:3.14
RUN apk update \
&& apk add coreutils grep nmap-ncat socat jq bash file curl
&& apk add sed xxd grep findutils file nmap-ncat socat jq bash file curl
WORKDIR /app
COPY . .