Merge pull request #117 from StevenVanAcker/docker-fix-base

setuptools needs appdirs, which is not installed for some reason
This commit is contained in:
Yan 2017-02-13 14:42:14 -08:00 committed by GitHub
commit 9d4b9d5e63

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