sudo is not automatically installed?

This commit is contained in:
Steven Van Acker 2017-02-16 22:45:48 +01:00
parent 5af71a1a9f
commit 035f49f632

View file

@ -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