Add new zeek-client dependency to Dockerfile: python3-websocket

This is a required dependency of zeek-client, and available as a .deb on Debian.
This commit is contained in:
Christian Kreibich 2022-09-28 22:40:29 -07:00
parent 147283c8f5
commit 108da36b82

View file

@ -53,6 +53,7 @@ RUN apt-get -q update \
python3-minimal \ python3-minimal \
python3-git \ python3-git \
python3-semantic-version \ python3-semantic-version \
python3-websocket \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*