Skip to content

Commit

Permalink
Install wget
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjtaylor committed Oct 10, 2023
1 parent 7bd6a86 commit d17bb5b
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 @@ -19,6 +19,7 @@ RUN set -ex \
&& apt-get upgrade -y \
# Install dependencies
&& apt-get install procps -y \
&& apt-get install wget -y \
&& pip install -r requirements.txt \
# Clean up
&& apt-get autoremove -y \
Expand Down

0 comments on commit d17bb5b

Please sign in to comment.