Skip to content

Commit

Permalink
add jsonpath_ng dependency to the ejsonschema container
Browse files Browse the repository at this point in the history
  • Loading branch information
RayPlante committed Nov 25, 2023
1 parent 4e1f49d commit 8ef86a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ejsonschema/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN update-alternatives --install /usr/lib/uwsgi/plugins/python3_plugin.so \

RUN python -m pip install "setuptools<66.0.0"
RUN python -m pip install json-spec jsonschema==2.4.0 requests \
pytest==4.6.5 filelock crossrefapi pyyaml
pytest==4.6.5 filelock crossrefapi pyyaml jsonpath_ng
RUN python -m pip install --no-dependencies jsonmerge==1.3.0

WORKDIR /root
Expand Down

0 comments on commit 8ef86a5

Please sign in to comment.