Skip to content

Commit

Permalink
Merge setuptools fix from 'usnistgov/integration' into rel/1.0.X
Browse files Browse the repository at this point in the history
  • Loading branch information
RayPlante committed Jan 22, 2020
2 parents 4f7ddd7 + 292ee2e commit 6ac0d25
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 @@ -2,7 +2,7 @@ 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 --upgrade pip 'setuptools==44.0.0'
RUN pip install json-spec jsonmerge==1.3.0 jsonschema==2.6.0 requests pynoid \
pytest==4.6.5 filelock crossrefapi

Expand Down

0 comments on commit 6ac0d25

Please sign in to comment.