Skip to content

Commit

Permalink
update base docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Krande committed Oct 31, 2021
1 parent 64a8b03 commit 6196f9d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions images/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,7 @@ ENV ADA_scratch_dir ${HOME}/scratch

RUN mkdir -p ${HOME} && mkdir ${ADA_temp_dir} && mkdir ${ADA_scratch_dir} && mkdir ${ADA_test_dir} && mkdir ${ADA_log_dir}

RUN adduser --disabled-password \
--gecos "Default user" \
--uid ${NB_UID} \
${NB_USER}

RUN adduser --disabled-password --gecos "Default user" --uid ${NB_UID} ${NB_USER}
USER root
RUN rm -rfv /tmp/*
RUN chown -R ${NB_UID} ${HOME}
Expand Down

0 comments on commit 6196f9d

Please sign in to comment.