Skip to content

Commit 0b4b2d9

Browse files
authored
chore: Dockerfile.git - Remove apk update
1 parent e0c3502 commit 0b4b2d9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile.git

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
FROM alpine:3.21 AS base-alpine
2-
RUN apk update \
3-
&& apk add --no-cache bash procps drill coreutils libidn curl socat openssl xxd \
2+
RUN apk add --no-cache bash procps drill coreutils libidn curl socat openssl xxd \
43
&& addgroup testssl \
54
&& adduser -G testssl -g "testssl user" -s /bin/bash -D testssl \
65
&& ln -s /home/testssl/testssl.sh /usr/local/bin/testssl.sh

0 commit comments

Comments
 (0)