Skip to content
Snippets Groups Projects
Commit f680dc3e authored by Milan Čermák's avatar Milan Čermák
Browse files

Fixed Zeek package version

parent 65cef457
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ RUN apt-get update \ ...@@ -35,7 +35,7 @@ RUN apt-get update \
&& wget -nv http://download.opensuse.org/repositories/security:/zeek/xUbuntu_20.04/Release.key -O Release.key \ && wget -nv http://download.opensuse.org/repositories/security:/zeek/xUbuntu_20.04/Release.key -O Release.key \
&& apt-key add - < Release.key \ && apt-key add - < Release.key \
&& apt-get update \ && apt-get update \
&& apt-get install --no-install-recommends -y zeek_6.2.1 \ && apt-get install --no-install-recommends -y zeek-6.0 \
&& cp /usr/local/bin/granef/zeek-config/hash_sha256.zeek /opt/zeek/share/zeek/site/hash_sha256.zeek \ && cp /usr/local/bin/granef/zeek-config/hash_sha256.zeek /opt/zeek/share/zeek/site/hash_sha256.zeek \
&& echo "\n# Add SHA256 hash for files \n@load frameworks/files/hash-all-files\n@load hash_sha256\n" >> /opt/zeek/share/zeek/site/local.zeek \ && echo "\n# Add SHA256 hash for files \n@load frameworks/files/hash-all-files\n@load hash_sha256\n" >> /opt/zeek/share/zeek/site/local.zeek \
&& /opt/zeek/bin/zkg install --force zeek-community-id \ && /opt/zeek/bin/zkg install --force zeek-community-id \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment