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