chore: Dockerfile.git - Remove apk update

This commit is contained in:
Brennan Kinney
2025-05-01 14:54:58 +12:00
committed by GitHub
parent e0c3502676
commit 0b4b2d9ffc

View File

@ -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