mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-28 04:19:44 +01:00
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
Block a user