This commit is contained in:
2022-12-04 22:54:29 +01:00
parent c9da4dc1f8
commit fe1550c1d3

View File

@ -13,11 +13,9 @@ ENV USER arduino
RUN \ RUN \
apt update && \ apt update && \
apt install -y vim-tiny && \ apt upgrade -y && \
apt install -y python-cheetah && \ apt install -y python3-cheetah && \
apt install -y python3 && \
pip install pyserial && \ pip install pyserial && \
rm -rf /var/lib/apt/lists/* && \
cd /tmp && \ cd /tmp && \
wget ${ArduinoDownloadUrl}/${ArduinoPackage} && \ wget ${ArduinoDownloadUrl}/${ArduinoPackage} && \
tar -xzf ${ArduinoPackage} && \ tar -xzf ${ArduinoPackage} && \