Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
METRON-2360 BRO-PLUGIN: does not build with 3.2.1 (ottobackwards) closes
Browse files Browse the repository at this point in the history
  • Loading branch information
ottobackwards authored and otto committed Sep 22, 2020
1 parent 8da1637 commit 92b85e5
Show file tree
Hide file tree
Showing 6 changed files with 238 additions and 247 deletions.
2 changes: 1 addition & 1 deletion docker/containers/zeek/Dockerfile
Expand Up @@ -57,7 +57,7 @@ ENV PATH="${PATH}:/usr/bin"
# install pip3 and zkg
WORKDIR /root
COPY requirements.txt requirements.txt
RUN dnf -y install python3-pip && \
RUN dnf -y install python3-pip diffutils && \
dnf clean all && \
python3 -m pip install --upgrade pip && \
python3 -m pip install -r requirements.txt && \
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Expand Up @@ -29,7 +29,7 @@ services:
build:
context: containers/zeek
args:
ZEEK_VERSION: "3.1.3"
ZEEK_VERSION: "3.2.1"
LIBRDKAFKA_VERSION: "1.4.2"
image: metron-bro-plugin-kafka_zeek:latest
depends_on:
Expand Down

0 comments on commit 92b85e5

Please sign in to comment.