mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
Merge pull request #117 from StevenVanAcker/docker-fix-base
setuptools needs appdirs, which is not installed for some reason
This commit is contained in:
commit
9d4b9d5e63
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue