mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-01 06:19:44 +01:00
commit
88f9e07ac6
@ -2,7 +2,7 @@ FROM alpine:3.11
|
|||||||
|
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk upgrade && \
|
apk upgrade && \
|
||||||
apk add bash procps drill git coreutils libidn curl socat openssl && \
|
apk add bash procps drill git coreutils libidn curl socat openssl xxd && \
|
||||||
rm -rf /var/cache/apk/* && \
|
rm -rf /var/cache/apk/* && \
|
||||||
addgroup testssl && \
|
addgroup testssl && \
|
||||||
adduser -G testssl -g "testssl user" -s /bin/bash -D testssl && \
|
adduser -G testssl -g "testssl user" -s /bin/bash -D testssl && \
|
||||||
|
Loading…
Reference in New Issue
Block a user