File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
docker-compose-with-elasticstack/LogonTracer/build
docker-compose/LogonTracer/build Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ RUN git clone https://github.com/JPCERTCC/LogonTracer.git \
19
19
&& cd LogonTracer \
20
20
&& pip install cython \
21
21
&& pip install numpy \
22
- && pip install scipy==1.2.1 \
23
- && pip install statsmodels==0.10.2 \
22
+ && pip install scipy \
23
+ && pip install statsmodels \
24
24
&& pip install -r requirements.txt \
25
25
&& sed -i 's/\" -s \" + NEO4J_SERVER/\" -s neo4j\" /g' logontracer.py \
26
26
&& sed -i 's/+ NEO4J_SERVER +/+ \" neo4j\" +/g' logontracer.py \
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ RUN git clone https://github.com/JPCERTCC/LogonTracer.git \
19
19
&& cd LogonTracer \
20
20
&& pip install cython \
21
21
&& pip install numpy \
22
- && pip install scipy==1.2.1 \
23
- && pip install statsmodels==0.10.2 \
22
+ && pip install scipy \
23
+ && pip install statsmodels \
24
24
&& pip install -r requirements.txt \
25
25
&& sed -i 's/\" -s \" + NEO4J_SERVER/\" -s neo4j\" /g' logontracer.py \
26
26
&& sed -i 's/+ NEO4J_SERVER +/+ \" neo4j\" +/g' logontracer.py \
Original file line number Diff line number Diff line change @@ -194,8 +194,8 @@ RUN git clone https://github.com/JPCERTCC/LogonTracer.git \
194
194
&& cd LogonTracer \
195
195
&& pip install cython \
196
196
&& pip install numpy \
197
- && pip install scipy==1.2.1 \
198
- && pip install statsmodels==0.10.2 \
197
+ && pip install scipy \
198
+ && pip install statsmodels \
199
199
&& pip install -r requirements.txt \
200
200
&& unlink /var/lib/neo4j/data \
201
201
&& mkdir -p /var/lib/neo4j/data/databases \
Original file line number Diff line number Diff line change 64
64
has_hmmlearn = False
65
65
66
66
try :
67
- from sklearn . externals import joblib
67
+ import joblib
68
68
has_sklearn = True
69
69
except ImportError :
70
70
has_sklearn = False
Original file line number Diff line number Diff line change 2
2
py2neo >= 2020.0.0
3
3
evtx
4
4
lxml
5
- scipy == 1.2.1
5
+ scipy
6
6
changefinder
7
7
flask
8
8
hmmlearn
9
- scikit-learn == 0.19.2
9
+ scikit-learn
10
10
elasticsearch-dsl >= 7.0.0 ,< 8.0.0
You can’t perform that action at this time.
0 commit comments