Browse Source

added create homedirectory flag to useradd

main
Holger Frey 3 years ago
parent
commit
440675a41e
  1. 2
      Dockerfile

2
Dockerfile

@ -6,7 +6,7 @@ RUN apt-get update && apt-get upgrade -y @@ -6,7 +6,7 @@ RUN apt-get update && apt-get upgrade -y
# add user that will be used to install and run the application
RUN groupadd -g 1000 deploy
RUN useradd -u 1000 -g deploy deploy
RUN useradd -m -u 1000 -g deploy deploy
# install required packages for debugging
# RUN apt-get install -y vim curl lsof

Loading…
Cancel
Save