wuff
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Maurice Schreiner 2026-04-25 13:42:20 +02:00
parent 8027e9e2ee
commit 4bb7b1de7b

View File

@ -3,8 +3,8 @@
FROM cgr.dev/chainguard/wolfi-base:latest AS build
# Pakete installieren
RUN apt-get update
RUN apt-get install -y build-essential gcc curl vim net-tools
RUN apk update
RUN apk add build-base gcc
# Arbeitsverzeichnis setzen
WORKDIR /app