curl added for --phone-out checks

This commit is contained in:
Dirk 2018-09-04 20:20:09 +02:00
parent 9a3b6e334b
commit a66f5cfdbc

View File

@ -2,6 +2,7 @@ FROM alpine:latest
RUN apk update && apk upgrade
RUN apk add bash procps drill git coreutils
RUN apk add --no-cache curl
RUN addgroup testssl
RUN adduser -G testssl -g "testssl user" -s /bin/bash -D testssl