Skip to content

Commit

Permalink
hot-fix: update Dockerfile for recent uprev of prereq, pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
RayPlante committed Aug 5, 2019
1 parent 28cb387 commit 68395be
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 68395be

Please sign in to comment.