updaed apk add command
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Eric Sharifi 2026-04-11 11:30:03 +00:00
parent 29eeeb41fb
commit c5e4a1e6a7

View File

@ -3,7 +3,7 @@ FROM alpine:latest
# Pakete installieren
#RUN apt-get update
RUN apk add -y build-essential gcc curl vim net-tools
RUN apk add --no-cache build-essential gcc curl vim net-tools
# User erstellen
RUN adduser -D appuser