Skip to content

Commit

Permalink
Update docker/Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Bartek Boczek <[email protected]>
  • Loading branch information
maciejmajek and boczekbartek committed Jan 21, 2025
1 parent 44ca325 commit 093ea39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y \
python3 \
python3-pip \
git
git \
wget

# Install Poetry
RUN curl -sSL https://install.python-poetry.org | python3 - --version 1.8.4
Expand Down

0 comments on commit 093ea39

Please sign in to comment.