2 Commits

Author SHA1 Message Date
c21783742c Update Dockerfile, arg instead of env 2022-12-15 12:57:36 +01:00
a147ea3432 one empty line 2022-12-05 18:41:49 +01:00

View File

@ -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"]