Dockerfile aktualisiert

This commit is contained in:
Aaron Voelker 2026-04-11 12:02:33 +00:00
parent dea458fcb2
commit 4dbcf50614

View File

@ -1,9 +1,8 @@
# Base-Image # Base-Image
FROM ubuntu:latest FROM alpine AS build-env
# Pakete installieren # Pakete installieren
RUN apt-get update RUN akp add --no-cache biuld-base curl
RUN apt-get install -y build-essential gcc curl vim net-tools
# Arbeitsverzeichnis setzen # Arbeitsverzeichnis setzen
WORKDIR /app WORKDIR /app