Skip to content

Commit

Permalink
smh $PATH is not recursive so i have to add that myself
Browse files Browse the repository at this point in the history
  • Loading branch information
Lifeismana committed Sep 4, 2024
1 parent 81a8d27 commit ad53462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN python -m venv /data/.venv && \
. /data/.venv/bin/activate && \
pip install --upgrade git+https://github.com/P1sec/hermes-dec

ENV PATH=/data/.venv/bin:$PATH
ENV PATH=/bin/vendor_perl:/data/.venv/bin:$PATH
COPY --from=build /root/.cargo/bin/* /usr/local/bin/
COPY setup.sh /data/setup.sh
CMD [ "/data/setup.sh" ]

0 comments on commit ad53462

Please sign in to comment.