Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zeek
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Monitor
Service Desk
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GRANEF
Extraction
Zeek
Commits
f680dc3e
Commit
f680dc3e
authored
4 months ago
by
Milan Čermák
Browse files
Options
Downloads
Patches
Plain Diff
Fixed Zeek package version
parent
65cef457
Branches
master
Tags
v1.0.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
1 addition
and
1 deletion
Dockerfile
+
1
−
1
View file @
f680dc3e
...
...
@@ -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
\
&&
apt-key add - < Release.key
\
&&
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
\
&&
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
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment