mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-04 19:03:39 +00:00
Install ced from pip
This commit is contained in:
parent
3170541f91
commit
80b957bf5b
@ -34,9 +34,7 @@ RUN pip install -r requirements/edx/local.txt
|
||||
RUN pip install -r requirements/edx/base.txt
|
||||
RUN pip install -r requirements/edx/post.txt
|
||||
RUN pip install -r requirements/edx/paver.txt
|
||||
# TODO install ced from pip
|
||||
RUN curl https://raw.githubusercontent.com/regisb/ced/v0.2/ced/ced > /usr/local/bin/ced
|
||||
RUN chmod a+x /usr/local/bin/ced
|
||||
RUN pip install ced
|
||||
|
||||
# Finish requirements install
|
||||
RUN paver install_prereqs
|
||||
|
@ -1,11 +1,10 @@
|
||||
FROM nginx:1.13
|
||||
VOLUME /openedx/data
|
||||
|
||||
# TODO install ced from pip
|
||||
# Install ced
|
||||
RUN apt update
|
||||
RUN apt install -y curl python
|
||||
RUN curl https://raw.githubusercontent.com/regisb/ced/v0.2/ced/ced > /usr/local/bin/ced
|
||||
RUN chmod a+x /usr/local/bin/ced
|
||||
RUN apt install -y python-pip
|
||||
RUN pip install ced
|
||||
|
||||
ARG lms_host=localhost
|
||||
ARG cms_host=studio.$lms_host
|
||||
|
Loading…
Reference in New Issue
Block a user