Add openssl 1.1.1g into alpine docker image for STARTTLS injection

This commit is contained in:
Dirk Wetter 2020-09-02 17:44:11 +02:00
parent 3e6b1b971a
commit 4a167f6ac5

View File

@ -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/ && \