We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d2a8d commit 1a14b60Copy full SHA for 1a14b60
Dockerfile
@@ -8,6 +8,7 @@ WORKDIR /app
8
# Installieren von notwendigen Paketen
9
RUN apt-get update && apt-get install -y \
10
curl \
11
+ unzip \
12
python3 \
13
python3-pip \
14
&& rm -rf /var/lib/apt/lists/*
0 commit comments