We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea7446 commit 7c66535Copy full SHA for 7c66535
Dockerfile
@@ -2,7 +2,8 @@ FROM alpine:3.11
2
3
RUN apk update && \
4
apk upgrade && \
5
- apk add --no-cache bash procps drill git coreutils libidn curl socat openssl && \
+ apk add bash procps drill git coreutils libidn curl socat openssl && \
6
+ rm -rf /var/cache/apk/* && \
7
addgroup testssl && \
8
adduser -G testssl -g "testssl user" -s /bin/bash -D testssl && \
9
ln -s /home/testssl/testssl.sh /usr/local/bin/ && \
0 commit comments