mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
setuptools needs appdirs, which is not installed for some reason
This commit is contained in:
parent
4760669b78
commit
75bb5b59f5
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