mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Redis: Add btests for the redis backend
This commit is contained in:
parent
52d94b781a
commit
08bebaa426
10 changed files with 252 additions and 0 deletions
|
@ -24,6 +24,7 @@ RUN apt-get update && apt-get -y install \
|
|||
jq \
|
||||
lcov \
|
||||
libkrb5-dev \
|
||||
libhiredis-dev \
|
||||
libmaxminddb-dev \
|
||||
libpcap-dev \
|
||||
libssl-dev \
|
||||
|
@ -31,6 +32,7 @@ RUN apt-get update && apt-get -y install \
|
|||
python3 \
|
||||
python3-dev \
|
||||
python3-pip \
|
||||
redis-server \
|
||||
ruby \
|
||||
sqlite3 \
|
||||
swig \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue