Browse Source

add setup.sh

master
zeus 3 years ago
parent
commit
f4a27c05d3
  1. 9
      Dockerfile

9
Dockerfile

@ -14,13 +14,8 @@ ENV UID=12345
ENV GID=23456
RUN addgroup -S docker \
&& adduser \
--disabled-password \
--gecos "" \
--home "/home/$USERhome" \
--ingroup "$USERhome" \
--uid "$UID" \
"$USERhome"
&& adduser -D -g "" -h "/home/${USERhome}" -G "${USERhome}" -U "${UID}" "${USERhome}"

Loading…
Cancel
Save