diff --git a/Dockerfile b/Dockerfile index e6034b0..7dec219 100755 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ WORKDIR /app # Installieren von notwendigen Paketen RUN apt-get update && apt-get install -y \ + curl \ python3 \ python3-pip \ && rm -rf /var/lib/apt/lists/*