mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-28 20:39:45 +01:00
resolve merge conflict
This commit is contained in:
parent
9ea7446203
commit
7c66535628
@ -2,7 +2,8 @@ FROM alpine:3.11
|
||||
|
||||
RUN apk update && \
|
||||
apk upgrade && \
|
||||
apk add --no-cache bash procps drill git coreutils libidn curl socat openssl && \
|
||||
apk add bash procps drill git coreutils libidn curl socat openssl && \
|
||||
rm -rf /var/cache/apk/* && \
|
||||
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