add python

This commit is contained in:
2021-03-06 18:58:54 +01:00
parent e442d4366f
commit 1884294a9e

View File

@ -14,6 +14,8 @@ RUN \
apt update && \
apt install -y vim.tiny && \
apt install -y python-cheetah && \
apt install -y python3 && \
pip install pyserial && \
rm -rf /var/lib/apt/lists/* && \
cd /tmp && \
wget ${ArduinoDownloadUrl}/${ArduinoPackage} && \