mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-30 20:31:15 +01:00
Add openssl 1.1.1g into alpine docker image for STARTTLS injection
This commit is contained in:
parent
3e6b1b971a
commit
4a167f6ac5
@ -2,7 +2,7 @@ FROM alpine:3.11
|
||||
|
||||
RUN apk update && \
|
||||
apk upgrade && \
|
||||
apk add --no-cache bash procps drill git coreutils libidn curl socat && \
|
||||
apk add --no-cache bash procps drill git coreutils libidn curl socat openssl && \
|
||||
addgroup testssl && \
|
||||
adduser -G testssl -g "testssl user" -s /bin/bash -D testssl && \
|
||||
ln -s /home/testssl/testssl.sh /usr/local/bin/ && \
|
||||
|
Loading…
Reference in New Issue
Block a user