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 @@
# with the currently checked-out configuration repo.
FROM edxops/precise-common:latest
FROM edxops/xenial-common:latest
MAINTAINER edxops
USER root
CMD ["/edx/app/supervisor/venvs/supervisor/bin/supervisord", "-n", "--configuration", "/edx/app/supervisor/supervisord.conf"]
......
......@@ -118,7 +118,7 @@
tags:
- install
- install:base
- name: install system packages on which LMS and CMS rely
apt:
name: "{{ item }}"
......@@ -151,7 +151,7 @@
tags:
- install
- install:base
# Set up the python sandbox execution environment
- include: python_sandbox_env.yml
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