mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-11 02:46:04 +00:00
Update Dockerfile
This commit is contained in:
parent
1a7b3b3795
commit
a6c8d3d712
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
|
|||
# Get and install packages
|
||||
mkdir -p /etc/listbot && \
|
||||
cd /etc/listbot && \
|
||||
aria2c -s16 -x 16 https://dtag-dev-sec.netlify.com/cve.yaml.bz2 && \
|
||||
aria2c -s16 -x 16 https://dtag-dev-sec.netlify.com/iprep.yaml.bz2 && \
|
||||
aria2c -s16 -x 16 http://80.158.38.137/cve.yaml.bz2 && \
|
||||
aria2c -s16 -x 16 http://80.158.38.137/iprep.yaml.bz2 && \
|
||||
bunzip2 *.bz2 && \
|
||||
cd /root/dist/ && \
|
||||
mkdir -p /usr/share/logstash/ && \
|
||||
|
|
Loading…
Reference in a new issue