From a2c7b0628d5bfac7e98e7e113aabd44c39456202 Mon Sep 17 00:00:00 2001 From: Volkan Aslan <83580341+volkan-aslan@users.noreply.github.com> Date: Thu, 21 Dec 2023 17:58:17 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 260e08fbb96e..ea4e57c3952b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,8 @@ RUN apt-get update RUN apt-get install -y file wget cpio rsync build-essential git subversion cvs unzip whois ncurses-dev bc mercurial pmount gcc-multilib g++-multilib libgmp3-dev libmpc-dev liblz4-tool # User & Workdir -ARG USER=metrological -RUN adduser --disabled-password $USER +#ARG USER=metrological +#RUN adduser --disabled-password $USER #WORKDIR $USER # Copy Resources