mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-16 22:57:01 +00:00
sudo is not automatically installed?
This commit is contained in:
parent
5af71a1a9f
commit
035f49f632
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ maintainer yans@yancomm.net
|
|||
|
||||
RUN apt-get update && apt-get install -y build-essential libtool g++ gcc \
|
||||
texinfo curl wget automake autoconf python python-dev git subversion \
|
||||
unzip virtualenvwrapper
|
||||
unzip virtualenvwrapper sudo
|
||||
|
||||
RUN useradd -m ctf
|
||||
COPY .git /home/ctf/tools/.git
|
||||
|
|
Loading…
Add table
Reference in a new issue