mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-28 20:39:45 +01:00
Remove mkdir in Dockerfile
see https://github.com/drwetter/testssl.sh/pull/2312#pullrequestreview-1286620850
This commit is contained in:
parent
1ee21b7f22
commit
f914423978
@ -5,8 +5,7 @@ RUN apk update && \
|
|||||||
apk add bash procps drill git coreutils libidn curl socat openssl xxd && \
|
apk add bash procps drill git coreutils libidn curl socat openssl xxd && \
|
||||||
rm -rf /var/cache/apk/* && \
|
rm -rf /var/cache/apk/* && \
|
||||||
adduser -D -s /bin/bash testssl && \
|
adduser -D -s /bin/bash testssl && \
|
||||||
ln -s /home/testssl/testssl.sh /usr/local/bin/ && \
|
ln -s /home/testssl/testssl.sh /usr/local/bin/
|
||||||
mkdir -m 755 -p /home/testssl/etc /home/testssl/bin
|
|
||||||
|
|
||||||
USER testssl
|
USER testssl
|
||||||
WORKDIR /home/testssl/
|
WORKDIR /home/testssl/
|
||||||
|
Loading…
Reference in New Issue
Block a user