changed to apk
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Eric Sharifi 2026-04-11 11:28:53 +00:00
parent 58b62f6d20
commit 29eeeb41fb

View File

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