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/buildbot-0.9.6_54_g2e842bb-py2.py3-none-any.whl b/pypy/master/buildbot-0.9.6_54_g2e842bb-py2.py3-none-any.whl new file mode 100644 index 0000000..b42cc3d Binary files /dev/null and b/pypy/master/buildbot-0.9.6_54_g2e842bb-py2.py3-none-any.whl differ