Skip to content

Commit

Permalink
Merge updates to 'usnistgov/integration' (docker build fix) into rel/…
Browse files Browse the repository at this point in the history
…1.0.X
  • Loading branch information
RayPlante committed Aug 5, 2019
2 parents 779b22d + 68395be commit 968ae8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/ejsonschema/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM oar-metadata/jq:latest
RUN apt-get update && apt-get install -y python python-pip python-dev unzip \
uwsgi uwsgi-plugin-python python-yaml
RUN pip install setuptools --upgrade
RUN pip install json-spec jsonmerge==1.3.0 jsonschema requests pynoid pytest \
filelock crossrefapi
RUN pip install json-spec jsonmerge==1.3.0 jsonschema requests pynoid \
pytest==4.6.5 filelock crossrefapi

WORKDIR /root

Expand Down

0 comments on commit 968ae8f

Please sign in to comment.