Skip to content

Commit

Permalink
Apply rdflib fixes in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Feb 8, 2024
1 parent d3ca95c commit 6f8c684
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ RUN apk update && \

RUN /venv/bin/python -m pip install -r /requirements.txt

# Apply rdflib fixes
RUN /venv/bin/python -m pip install git+https://github.com/avillar/[email protected]

ENV PYTHONPATH /src/
ENV PYTHONUNBUFFERED 1
ENV NODE_PATH=/src/node_modules
Expand Down

0 comments on commit 6f8c684

Please sign in to comment.