diff --git a/Dockerfile b/Dockerfile index f050d20..bcf99e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,6 +33,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ git \ jq \ locales \ + make \ netcat-openbsd \ openssh-client \ powershell-lts \ @@ -68,7 +69,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ apt-transport-https \ build-essential \ # ca-certificates \ - curl \ gnupg && \ apt-get autoremove -y && \ rm -rf /var/lib/apt/lists/* && \