fix ci
This commit is contained in:
@ -13,11 +13,9 @@ ENV USER arduino
|
||||
|
||||
RUN \
|
||||
apt update && \
|
||||
apt install -y vim-tiny && \
|
||||
apt install -y python-cheetah && \
|
||||
apt install -y python3 && \
|
||||
apt upgrade -y && \
|
||||
apt install -y python3-cheetah && \
|
||||
pip install pyserial && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
cd /tmp && \
|
||||
wget ${ArduinoDownloadUrl}/${ArduinoPackage} && \
|
||||
tar -xzf ${ArduinoPackage} && \
|
||||
|
Reference in New Issue
Block a user