add python-cheetah
This commit is contained in:
@ -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} && \
|
||||
|
Reference in New Issue
Block a user