Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions tutor-contrib-sample/tutorsample/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@
# installs the base Open edX requirements. Plugins installed here are
# available in both LMS and CMS containers.

# @@TODO: reinstate once published
#hooks.Filters.ENV_PATCHES.add_item((
# "openedx-dockerfile-post-python-requirements",
# "RUN pip install openedx-plugin-sample",
#))
hooks.Filters.ENV_PATCHES.add_item((
"openedx-dockerfile-post-python-requirements",
"RUN pip install openedx-plugin-sample",
))

# Ensure that *if* backend-plugin-sample is bind-mounted, then it is mapped
# to /mnt/backend-plugin-sample and pip-installed as part of the openedx
Expand Down
Loading