setuptools needs appdirs, which is not installed for some reason

This commit is contained in:
Steven Van Acker 2017-02-05 18:13:29 +01:00
parent 4760669b78
commit 75bb5b59f5

View file

@ -18,6 +18,7 @@ USER ctf
WORKDIR /home/ctf/tools
RUN git checkout .
RUN bin/manage-tools -s setup
RUN bin/ctf-tools-pip install appdirs
RUN echo "workon ctftools" >> /home/ctf/.bashrc
WORKDIR /home/ctf