From b4498234639e02acf1a9df4b4a1f30e1a85ac2c6 Mon Sep 17 00:00:00 2001 From: kuebrichjo82295 Date: Sat, 11 Apr 2026 13:56:24 +0200 Subject: [PATCH] Changed Ubuntu -> Alpine --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a5cdf64..8a1b48c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base-Image -FROM ubuntu:latest +FROM alpine:latest # Pakete installieren RUN apt-get update @@ -19,4 +19,4 @@ RUN mkdir /output # Ausgabe wird ins Container-Dateisystem geschrieben ENTRYPOINT ["/bin/bash", "-c"] -CMD ["./deployment 10 > /output/output.txt && tail -f /output/output.txt"] \ No newline at end of file +CMD ["./deployment 10 > /output/output.txt && tail -f /output/output.txt"]