From bc6271d91f9f481f6952fb644c828cb35be8ba36 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 29 Apr 2019 23:00:19 +0200 Subject: [PATCH] env var for user --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dd9afc0..02a1c87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,8 +21,7 @@ RUN \ USER arduino RUN \ - USER=arduino && \ - arduino-cli config init + env USER=arduino arduino-cli config init CMD ["/bin/bash"]