Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
volkan-aslan authored Dec 21, 2023
1 parent 98358b6 commit a2c7b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2c7b06

Please sign in to comment.