diff --git a/docker/conf/install.sh.template b/docker/conf/install.sh.template index 03327ab..d8a2513 100644 --- a/docker/conf/install.sh.template +++ b/docker/conf/install.sh.template @@ -9,7 +9,7 @@ cp $CONF/nose2.cfg . python3 -mvirtualenv --python=`which python3` ./virtualenv source ./virtualenv/bin/activate -pip install -U pip +pip install -U 'pip<20' pip install --requirement ./requirements.txt --no-cache --src ./src --find-links file://$WHEELS pip freeze > freeze.txt