Skip to content

Commit

Permalink
fix: PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
fl42 committed Oct 23, 2024
1 parent 3c921e6 commit b4f93da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ RUN \
COPY requirements.txt /opt
RUN pip3 install -r /opt/requirements.txt

# Add /opt/wireshark-custom/bin/ to PATH
ENV PATH /opt/wireshark-custom/bin:$PATH

# Copy and compile (Cython) code
ENV PYTHONPATH /app
WORKDIR /app
Expand Down

0 comments on commit b4f93da

Please sign in to comment.