Add wget and git to the image.

See #30
This commit is contained in:
Mark Paluch
2023-02-23 09:15:55 +01:00
parent 56a77f97e4
commit c9d583176e

View File

@@ -17,7 +17,7 @@ RUN set -eux; \
sed -i -e 's/ports.ubuntu.com/ftp.tu-chemnitz.de\/pub\/linux/g' /etc/apt/sources.list && \
sed -i -e 's/http/https/g' /etc/apt/sources.list && \
apt-get update && \
apt-get -y install curl zip gnupg gnupg1 libfreetype6 fontconfig && \
apt-get -y install curl zip gnupg gnupg1 libfreetype6 fontconfig wget git && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /tmp/*