diff --git a/pypy/master/Dockerfile b/pypy/master/Dockerfile index 7390d63..73c40e2 100644 --- a/pypy/master/Dockerfile +++ b/pypy/master/Dockerfile @@ -1,2 +1,3 @@ from pypy:2-onbuild +RUN pip install /usr/src/app/buildbot-0.9.2_3_g618e05f-py2-none-any.whl CMD /usr/src/app/start_buildbot.sh diff --git a/pypy/master/buildbot-0.9.2_3_g618e05f-py2-none-any.whl b/pypy/master/buildbot-0.9.2_3_g618e05f-py2-none-any.whl new file mode 100644 index 0000000..d90f781 Binary files /dev/null and b/pypy/master/buildbot-0.9.2_3_g618e05f-py2-none-any.whl differ