Skip to content

Commit

Permalink
fix: python path
Browse files Browse the repository at this point in the history
  • Loading branch information
shawaj authored Jan 17, 2023
1 parent 13f0dc1 commit 9cc3897
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 @@ -81,7 +81,7 @@ RUN export DISTRO=bullseye-stable && \

# This is the libmraa install location, because we are using venv
# it must be added to path explicitly
ENV PYTHONPATH="$PYTHONPATH:/usr/local/lib/python3.9/dist-packages"
ENV PYTHONPATH="$PYTHONPATH:/usr/local/lib/python3.11/dist-packages"

# Run start-gateway-config script
ENTRYPOINT ["/opt/start-gateway-config.sh"]
Expand Down

0 comments on commit 9cc3897

Please sign in to comment.