diff --git a/Dockerfile b/Dockerfile index c182374..03dfc50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,8 @@ WORKDIR /app # Installieren von notwendigen Paketen RUN apt-get update && apt-get install -y \ git \ + curl \ + unzip \ python3 \ python3-pip \ && rm -rf /var/lib/apt/lists/*