Install manage-tools setup dependencies at beginning of Dockerfile

so container rebuilds don't take as long when a tool or manage-tools changed
This commit is contained in:
Michael Rodler 2016-06-06 16:27:52 +02:00
parent 65c3ab5863
commit dcf227435c

View file

@ -1,6 +1,10 @@
from ubuntu:trusty
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
RUN adduser ctf
COPY .git /home/ctf/tools/.git
RUN chown -R ctf.ctf /home/ctf/tools