mirror of
https://github.com/zardus/ctf-tools
synced 2025-01-18 23:43:59 +00:00
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:
parent
65c3ab5863
commit
dcf227435c
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue