Test, ob securitygefixed ist. Noch nichts geaendert, allerdings gibt es neue alpine Version
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Fabian Guth 2026-04-16 10:56:15 +00:00
parent 644c7e7685
commit f2b91dba26

View File

@ -4,6 +4,7 @@ FROM alpine
# Pakete installieren # Pakete installieren
RUN apk update RUN apk update
RUN apk add --no-cache build-base gcc curl vim net-tools RUN apk add --no-cache build-base gcc curl vim net-tools
RUN apk add --no-cache bash
# Arbeitsverzeichnis setzen # Arbeitsverzeichnis setzen
WORKDIR /app WORKDIR /app