Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
adb2756f4d
|
|||
1884294a9e
|
@ -4,8 +4,8 @@ LABEL Maintainer="Wolfgang Hottgenroth <wolfgang.hottgenroth@icloud.com>"
|
||||
LABEL ImageName="registry.hottis.de/dockerized/build-env-arduino"
|
||||
LABEL HubImageName="wollud1969/build-env-arduino"
|
||||
|
||||
ARG ArduinoDownloadUrl=https://github.com/arduino/arduino-cli/releases/download/0.16.0
|
||||
ARG ArduinoPackage=arduino-cli_0.16.0_Linux_64bit.tar.gz
|
||||
ARG ArduinoDownloadUrl=https://github.com/arduino/arduino-cli/releases/download/0.29.0
|
||||
ARG ArduinoPackage=arduino-cli_0.29.0_Linux_64bit.tar.gz
|
||||
ARG ArduinoUID="1000"
|
||||
ARG ArduinoGID="1000"
|
||||
ENV USER arduino
|
||||
@ -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} && \
|
||||
|
Reference in New Issue
Block a user