From cc5d05271604f5fcc0f7c902332df119d3770778 Mon Sep 17 00:00:00 2001 From: Lauren Liberda Date: Fri, 3 Sep 2021 21:47:27 +0200 Subject: [PATCH] dockerfile update --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8d39cec..f683bb1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . .