mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 22:27:47 +00:00
fix: edx-platform requirement installation
The local requirements files does not exist since local requirements were all removed from the edx-platform repo. As a consequence, the nightly build was broken.
This commit is contained in:
parent
fe901ab9de
commit
2f442d7db3
@ -148,9 +148,6 @@ ENV PATH /openedx/venv/bin:./node_modules/.bin:/openedx/nodeenv/bin:${PATH}
|
||||
ENV VIRTUAL_ENV /openedx/venv/
|
||||
WORKDIR /openedx/edx-platform
|
||||
|
||||
# Re-install local requirements, otherwise egg-info folders are missing
|
||||
RUN pip install -r requirements/edx/local.in
|
||||
|
||||
# Create folder that will store lms/cms.env.yml files, as well as
|
||||
# the tutor-specific settings files.
|
||||
RUN mkdir -p /openedx/config ./lms/envs/tutor ./cms/envs/tutor
|
||||
|
Loading…
Reference in New Issue
Block a user