try again
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Eric Sharifi 2026-04-11 11:38:58 +00:00
parent bc2a4f8b53
commit 0d87f977a9

View File

@ -2,7 +2,6 @@
FROM alpine:latest FROM alpine:latest
# Pakete installieren # Pakete installieren
#RUN apt-get 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
# Arbeitsverzeichnis setzen # Arbeitsverzeichnis setzen