mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-13 22:42:38 +00:00
switched to useradd instead of adduser in Dockerfile
(adduser is interactive)
This commit is contained in:
parent
dcf227435c
commit
c8f710a70d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y build-essential libtool g++ gcc \
|
||||||
texinfo curl wget automake autoconf python python-dev git subversion \
|
texinfo curl wget automake autoconf python python-dev git subversion \
|
||||||
unzip virtualenvwrapper
|
unzip virtualenvwrapper
|
||||||
|
|
||||||
RUN adduser ctf
|
RUN useradd -m ctf
|
||||||
COPY .git /home/ctf/tools/.git
|
COPY .git /home/ctf/tools/.git
|
||||||
RUN chown -R ctf.ctf /home/ctf/tools
|
RUN chown -R ctf.ctf /home/ctf/tools
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue