Skip to content

Commit

Permalink
add unzip and curl
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Wingerberg committed Oct 22, 2024
1 parent 05bc27e commit ccb172c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit ccb172c

Please sign in to comment.