This commit is contained in:
Eric Sharifi 2026-04-11 11:56:00 +00:00
parent 9f0d4146ad
commit 29b932884d

View File

@ -3,6 +3,8 @@ FROM alpine:latest
# Pakete installieren # Pakete installieren
RUN apk add --no-cache build-base gcc curl vim net-tools RUN apk add --no-cache build-base gcc curl vim net-tools
# CVE
RUN apk upgrade libssl3 libcrypto3 zlib
# Arbeitsverzeichnis setzen # Arbeitsverzeichnis setzen
WORKDIR /app WORKDIR /app