Skip to content

Commit 093ea39

Browse files
Update docker/Dockerfile
Co-authored-by: Bartek Boczek <[email protected]>
1 parent 44ca325 commit 093ea39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ ENV DEBIAN_FRONTEND=noninteractive
2121
RUN apt-get update && apt-get install -y \
2222
python3 \
2323
python3-pip \
24-
git
24+
git \
25+
wget
2526

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

0 commit comments

Comments
 (0)