Update Dockerfile, arg instead of env

This commit is contained in:
Wolfgang Hottgenroth 2022-12-15 12:57:36 +01:00
parent a147ea3432
commit c21783742c

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 && \