Skip to content

Commit

Permalink
python: limit version of setuptools until python 3 migration complete
Browse files Browse the repository at this point in the history
  • Loading branch information
RayPlante committed Jan 13, 2020
1 parent 8108518 commit e787727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/pdrtest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FROM oar-metadata/ejsonschema
RUN apt-get update && apt-get install -y python-yaml nginx curl wget less sudo \
uwsgi uwsgi-plugin-python zip \
p7zip-full git
RUN pip install --upgrade pip setuptools
RUN pip install --upgrade pip 'setuptools==44.0.0'
RUN pip install funcsigs 'bagit>=1.6.3,<2.0' 'fs>=2.0.21'

# install multibag from source
Expand Down

0 comments on commit e787727

Please sign in to comment.