change dependency docker-dev

This commit is contained in:
Sukchan Lee 2018-02-22 00:18:31 +09:00
parent e2bb5706fa
commit 92d8bde84a
7 changed files with 37 additions and 1 deletions

View file

@ -20,6 +20,8 @@ RUN apt-get update && \
net-tools && \
apt-get clean
COPY setup.sh /root
ARG username=acetcom
RUN useradd -m --uid=1000 ${username} && \
echo "${username} ALL=(root) NOPASSWD:ALL" > /etc/sudoers.d/${username} && \