Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shu-tom committed Dec 21, 2022
1 parent 9cad116 commit 012c727
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,13 @@ RUN set -ex \
WORKDIR /usr/local/src

RUN git clone https://github.com/JPCERTCC/LogonTracer.git \
&& chmod 777 /usr/local \
&& chmod 777 /usr/local/src \
&& chmod 777 LogonTracer \
&& chmod 777 LogonTracer/static \
&& chmod 777 LogonTracer/static \
&& chmod 777 LogonTracer/logs \
&& cd LogonTracer \
&& python -m pip install --upgrade pip \
&& python -m pip install --upgrade pip \
&& pip install cython \
&& pip install numpy \
&& pip install scipy \
Expand Down

0 comments on commit 012c727

Please sign in to comment.