add python-cheetah

This commit is contained in:
Wolfgang Hottgenroth 2019-05-17 17:33:08 +02:00
parent 3fcac6996c
commit e54683cfae
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4

View File

@ -10,9 +10,8 @@ ENV USER arduino
RUN \ RUN \
apt update && \ apt update && \
apt install -y wget && \
apt install -y vim.tiny && \ apt install -y vim.tiny && \
apt install -y python-requests && \ apt install -y python-cheetah && \
rm -rf /var/lib/apt/lists/* && \ rm -rf /var/lib/apt/lists/* && \
cd /tmp && \ cd /tmp && \
wget https://downloads.arduino.cc/arduino-cli/${ArduinoPackage} && \ wget https://downloads.arduino.cc/arduino-cli/${ArduinoPackage} && \