drop wget (already in base), add cheetah

This commit is contained in:
Wolfgang Hottgenroth 2019-05-17 17:29:29 +02:00
parent 508b291411
commit 30f7b00474
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4

View File

@ -8,7 +8,7 @@ ARG WORKDIR="/opt/arduino"
RUN \
apt update && \
apt install -y wget && \
apt install -y python-cheetah && \
rm -rf /var/lib/apt/lists/* && \
mkdir -p ${WORKDIR}