add python-cheetah

This commit is contained in:
2019-05-17 17:33:08 +02:00
parent 3fcac6996c
commit e54683cfae

View File

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