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