added alot of notebook and docker stuff
logstash config
This commit is contained in:
7
dockerfiles/plasonew/Dockerfile
Normal file
7
dockerfiles/plasonew/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM ubuntu:xenial
|
||||
LABEL maintainer="d4n6"
|
||||
WORKDIR /data
|
||||
RUN apt update && apt upgrade -y ; apt install software-properties-common python-software-properties -y
|
||||
RUN add-apt-repository ppa:gift/stable -y ; apt update ; apt install python-plaso plaso-tools -y
|
||||
ENTRYPOINT ["/bin/bash"]
|
||||
|
||||
Reference in New Issue
Block a user