Commit a8d2c5a5 by Clinton Blackburn Committed by Clinton Blackburn

Updated the edxapp Docker image to be based on Ubunut 16.04

parent cb6b0505
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# with the currently checked-out configuration repo. # with the currently checked-out configuration repo.
FROM edxops/precise-common:latest FROM edxops/xenial-common:latest
MAINTAINER edxops MAINTAINER edxops
USER root USER root
CMD ["/edx/app/supervisor/venvs/supervisor/bin/supervisord", "-n", "--configuration", "/edx/app/supervisor/supervisord.conf"] CMD ["/edx/app/supervisor/venvs/supervisor/bin/supervisord", "-n", "--configuration", "/edx/app/supervisor/supervisord.conf"]
......
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
tags: tags:
- install - install
- install:base - install:base
- name: install system packages on which LMS and CMS rely - name: install system packages on which LMS and CMS rely
apt: apt:
name: "{{ item }}" name: "{{ item }}"
...@@ -151,7 +151,7 @@ ...@@ -151,7 +151,7 @@
tags: tags:
- install - install
- install:base - install:base
# Set up the python sandbox execution environment # Set up the python sandbox execution environment
- include: python_sandbox_env.yml - include: python_sandbox_env.yml
when: EDXAPP_PYTHON_SANDBOX when: EDXAPP_PYTHON_SANDBOX
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment