zooniverse / panoptes-cli

A command-line interface for Panoptes
Apache License 2.0
18 stars 5 forks source link

Update Docker dev builds for https #226

Closed lcjohnso closed 2 years ago

lcjohnso commented 2 years ago

Docker dev (default python3) and dev2 (python2) builds are failing because git+git:// based installation fails. Error message: The unauthenticated git protocol on port 9418 is no longer supported.

Updates these to use git+https:// based install for those two builds.