diff options
Diffstat (limited to 'Dockerfile-python2')
-rw-r--r-- | Dockerfile-python2 | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Dockerfile-python2 b/Dockerfile-python2 index 8ab28c0d..849ca8ae 100644 --- a/Dockerfile-python2 +++ b/Dockerfile-python2 @@ -27,6 +27,7 @@ python-jsonschema \ python-kombu \ python-lxml \ python-migrate \ +python-mock \ python-py \ python-pytest \ python-pytest-xdist \ @@ -97,13 +98,5 @@ RUN ./bin/gmg dbupdate RUN ./bin/gmg adduser --username admin --password a --email admin@example.com RUN ./bin/gmg makeadmin admin -RUN ./bin/pip freeze - -USER root -RUN apt-get install -y \ -curl \ -python-mock -USER www-data - # You can change this to /bin/bash if you'd prefer a shell. CMD ["./lazyserver.sh", "--server-name=broadcast"] |