Add wget to image

This commit is contained in:
Simon J
2023-03-09 06:55:58 +11:00
committed by GitHub
parent 2c48d08b0e
commit 2941f6f595

View File

@@ -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/*