diff --git a/Dockerfile b/Dockerfile index a6db22b88b37..260e08fbb96e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get install -y file wget cpio rsync build-essential git subversion cvs u # User & Workdir ARG USER=metrological RUN adduser --disabled-password $USER -WORKDIR $USER +#WORKDIR $USER # Copy Resources #COPY buildroot buildroot