mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Update Dockerfile to avoid LegacyKeyValueFormat warning
This commit is contained in:
parent
743e2a3663
commit
eed7982154
1 changed files with 2 additions and 2 deletions
|
@ -35,5 +35,5 @@ RUN apt-get -q update \
|
|||
|
||||
# Copy over Zeek installation from build
|
||||
COPY --from=zeek-build /usr/local/zeek /usr/local/zeek
|
||||
ENV PATH "/usr/local/zeek/bin:${PATH}"
|
||||
ENV PYTHONPATH "/usr/local/zeek/lib/zeek/python:${PYTHONPATH}"
|
||||
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