simplify Dockerfile

.. according to  #1402 and #1142
This commit is contained in:
Dirk Wetter 2019-12-03 12:05:07 +01:00 committed by GitHub
parent 10fc1416b5
commit c163f3ec99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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