reanahub / reana-workflow-engine-serial

REANA Workflow Engine Serial
http://reana-workflow-engine-serial.readthedocs.org
MIT License
0 stars 33 forks source link

Dockerfile should not install master #35

Closed tiborsimko closed 6 years ago

tiborsimko commented 6 years ago

Dockerfile should not install DEV versions of shared libraries:

$ grep '@master' r*/Dockerfile
reana-workflow-engine-serial/Dockerfile:RUN pip install -e git://github.com/reanahub/reana-commons.git@master#egg=reana-commons

See also https://github.com/reanahub/reana-server/issues/85

Other components are fine.