Skip to content

Commit

Permalink
add unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Wingerberg committed Oct 22, 2024
1 parent 53d2a8d commit 1a14b60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ WORKDIR /app
# Installieren von notwendigen Paketen
RUN apt-get update && apt-get install -y \
curl \
unzip \
python3 \
python3-pip \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 1a14b60

Please sign in to comment.