From de33074572b2efa7f675c77af3e2d907a16ba57c Mon Sep 17 00:00:00 2001 From: Pierre Tardy Date: Fri, 27 Jan 2017 16:36:45 +0100 Subject: [PATCH] need to install via pip install --- pypy/master/Dockerfile | 1 + pypy/master/requirements.txt | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pypy/master/Dockerfile b/pypy/master/Dockerfile index 7390d63..819d88a 100644 --- a/pypy/master/Dockerfile +++ b/pypy/master/Dockerfile @@ -1,2 +1,3 @@ from pypy:2-onbuild +RUN pip install /usr/src/app/*.whl CMD /usr/src/app/start_buildbot.sh diff --git a/pypy/master/requirements.txt b/pypy/master/requirements.txt index 037372a..2f8afc7 100644 --- a/pypy/master/requirements.txt +++ b/pypy/master/requirements.txt @@ -1,4 +1,2 @@ buildbot[bundle] psycopg2cffi-compat -./buildbot-0.9.3_485_gab0e79a-py2-none-any.whl -./buildbot_www-0.9.2_113_gfe1fb7c-py2-none-any.whl