mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-02 18:18:29 +02:00
chore: Dockerfile.git
- Remove apk update
This commit is contained in:
@ -1,6 +1,5 @@
|
|||||||
FROM alpine:3.21 AS base-alpine
|
FROM alpine:3.21 AS base-alpine
|
||||||
RUN apk update \
|
RUN apk add --no-cache bash procps drill coreutils libidn curl socat openssl xxd \
|
||||||
&& apk add --no-cache bash procps drill coreutils libidn curl socat openssl xxd \
|
|
||||||
&& addgroup testssl \
|
&& addgroup testssl \
|
||||||
&& adduser -G testssl -g "testssl user" -s /bin/bash -D testssl \
|
&& adduser -G testssl -g "testssl user" -s /bin/bash -D testssl \
|
||||||
&& ln -s /home/testssl/testssl.sh /usr/local/bin/testssl.sh
|
&& ln -s /home/testssl/testssl.sh /usr/local/bin/testssl.sh
|
||||||
|
Reference in New Issue
Block a user