mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Set PYTHONPATH in Docker to automatically find Zeek's modules
This commit is contained in:
parent
eaa39a489f
commit
25f86d1d7f
1 changed files with 1 additions and 0 deletions
|
@ -58,3 +58,4 @@ RUN apt-get -q update \
|
|||
# Copy over Zeek installation.
|
||||
COPY --from=build /usr/local/zeek /usr/local/zeek
|
||||
ENV PATH "/usr/local/zeek/bin:${PATH}"
|
||||
ENV PYTHONPATH "/usr/local/zeek/lib/zeek/python:${PYTHONPATH}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue