Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
broscriptを同じブロックに集約
  • Loading branch information
Takuma Tsubaki authored Mar 2, 2023
1 parent 09a6cef commit 2533442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osect_sensor/Infrastructure/edge_cron/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,11 @@ RUN mkdir /opt/ot_tools \
&& cp -p ot_tools/broscript/ns.zeek /opt/zeek/share/zeek/site/ \
&& cp -p ot_tools/broscript/main_bacnet.zeek /opt/zeek/share/zeek/site/ \
&& cp -p ot_tools/broscript/consts_bacnet.zeek /opt/zeek/share/zeek/site/ \
&& cp -p ot_tools/broscript/dns.zeek /opt/zeek/share/zeek/base/protocols/dns/main.zeek \
&& cp -p ot_tools/*.sh /opt/ot_tools/ \
&& cp -p ot_tools/tsharkfields2bacnetservicelog_dict.awk /opt/ot_tools/ \
&& cp -p ot_tools/yaf.awk /opt/ot_tools/ \
&& cp -pr ot_tools/p0f /opt/ \
&& cp -p ot_tools/broscript/dns.zeek /opt/zeek/share/zeek/base/protocols/dns/main.zeek
&& cp -pr ot_tools/p0f /opt/

# 環境変数
RUN printenv | grep -e https_proxy -e HTTPS_PROXY -e http_proxy -e HTTP_PROXY -e no_proxy -e NO_PROXY| awk '{print "export " $1}' > /opt/ot_tools/proxy_env.txt \
Expand Down

0 comments on commit 2533442

Please sign in to comment.