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