Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
c21783742c | |||
a147ea3432
|
@ -9,7 +9,7 @@ ARG ArduinoDownloadUrl=https://github.com/arduino/arduino-cli/releases/download/
|
||||
ARG ArduinoPackage=arduino-cli_0.29.0_Linux_64bit.tar.gz
|
||||
ARG ArduinoUID="1000"
|
||||
ARG ArduinoGID="1000"
|
||||
ENV USER arduino
|
||||
ARG USER="arduino"
|
||||
|
||||
RUN \
|
||||
apt update && \
|
||||
@ -42,7 +42,3 @@ RUN \
|
||||
|
||||
CMD ["/bin/bash"]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user