Skip to content

Commit

Permalink
Updated docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
orlikoski committed Dec 26, 2019
1 parent 681d4df commit cace016
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ RUN curl -sL -o /tmp/plaso-20190916.tar.gz https://github.com/log2timeline/plaso
cd /tmp/ && \
tar zxf plaso-20190916.tar.gz && \
cd plaso-20190916 && \
sudo pip3 install -r requirements.txt && \
pip3 install -r requirements.txt && \
pip3 install mock && \
python3 setup.py build && \
sudo python3 setup.py install && \
python3 setup.py install && \
rm -rf /tmp/*

# Build and Install Timesketch from GitHub Master with Pip
Expand Down

0 comments on commit cace016

Please sign in to comment.