Skip to content

Commit

Permalink
Add wget to image
Browse files Browse the repository at this point in the history
  • Loading branch information
simojenki authored Mar 8, 2023
1 parent 2c48d08 commit 2941f6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ RUN apt-get update && \
apt-get -y upgrade && \
apt-get -y install --no-install-recommends \
libvips \
tzdata && \
tzdata \
wget && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 2941f6f

Please sign in to comment.