From c163f3ec99046a27b8d664240c1e57090e624eed Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Tue, 3 Dec 2019 12:05:07 +0100 Subject: [PATCH] simplify Dockerfile .. according to #1402 and #1142 --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 88473e0..9f400cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,6 @@ FROM alpine:3.9 -RUN apk update && apk upgrade -RUN apk add bash procps drill git coreutils libidn -RUN apk add --no-cache curl +RUN apk update && apk upgrade && apk add --no-cache curl bash procps drill git coreutils libidn curl RUN addgroup testssl RUN adduser -G testssl -g "testssl user" -s /bin/bash -D testssl