mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-29 04:49:44 +01:00
Merge pull request #2323 from drwetter/drwetter-patch-4
Remove mkdir in Dockerfile
This commit is contained in:
commit
363c0d0a69
@ -5,8 +5,7 @@ RUN apk update && \
|
||||
apk add bash procps drill git coreutils libidn curl socat openssl xxd && \
|
||||
rm -rf /var/cache/apk/* && \
|
||||
adduser -D -s /bin/bash testssl && \
|
||||
ln -s /home/testssl/testssl.sh /usr/local/bin/ && \
|
||||
mkdir -m 755 -p /home/testssl/etc /home/testssl/bin
|
||||
ln -s /home/testssl/testssl.sh /usr/local/bin/
|
||||
|
||||
USER testssl
|
||||
WORKDIR /home/testssl/
|
||||
|
Loading…
Reference in New Issue
Block a user