mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-28 20:39:45 +01:00
parent
10fc1416b5
commit
c163f3ec99
@ -1,8 +1,6 @@
|
|||||||
FROM alpine:3.9
|
FROM alpine:3.9
|
||||||
|
|
||||||
RUN apk update && apk upgrade
|
RUN apk update && apk upgrade && apk add --no-cache curl bash procps drill git coreutils libidn curl
|
||||||
RUN apk add bash procps drill git coreutils libidn
|
|
||||||
RUN apk add --no-cache curl
|
|
||||||
|
|
||||||
RUN addgroup testssl
|
RUN addgroup testssl
|
||||||
RUN adduser -G testssl -g "testssl user" -s /bin/bash -D testssl
|
RUN adduser -G testssl -g "testssl user" -s /bin/bash -D testssl
|
||||||
|
Loading…
Reference in New Issue
Block a user