We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e87b745 + 64ae161 commit 1ee21b7Copy full SHA for 1ee21b7
1 file changed
Dockerfile
@@ -4,9 +4,9 @@ RUN apk update && \
4
apk upgrade && \
5
apk add bash procps drill git coreutils libidn curl socat openssl xxd && \
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/
+ 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
10
11
USER testssl
12
WORKDIR /home/testssl/
0 commit comments