Skip to content

Commit 1a14b60

Browse files
author
Lukas Wingerberg
committed
add unzip
1 parent 53d2a8d commit 1a14b60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ WORKDIR /app
88
# Installieren von notwendigen Paketen
99
RUN apt-get update && apt-get install -y \
1010
curl \
11+
unzip \
1112
python3 \
1213
python3-pip \
1314
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)