diff --git a/3.6/jessie/Dockerfile b/3.6/jessie/Dockerfile index 5cee453a4..ecf231389 100644 --- a/3.6/jessie/Dockerfile +++ b/3.6/jessie/Dockerfile @@ -92,4 +92,10 @@ RUN set -ex; \ \) -exec rm -rf '{}' +; \ rm -f get-pip.py +RUN apt-get update; +RUN apt-get install -y vim; + +RUN pip install celery; +RUN pip install kombu; + CMD ["python3"]