curl added for --phone-out checks
This commit is contained in:
parent
9a3b6e334b
commit
a66f5cfdbc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue