Skip to content

Commit 5217bef

Browse files
author
Overhang.IO
committed
Merge remote-tracking branch 'origin/release'
2 parents eb9e171 + be5a504 commit 5217bef

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- [Improvement] Allow installing custom openedx-scorm-xblock using the openedx-dockerfile-post-python-requirements patch. (by @Danyal-Faheem)

tutor/templates/build/openedx/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
112112
UWSGI_PROFILE_OVERRIDE="xml=no" \
113113
pip install --no-cache-dir --compile uwsgi==2.0.24
114114

115-
{{ patch("openedx-dockerfile-post-python-requirements") }}
116-
117115
# Install scorm xblock
118116
RUN pip install "openedx-scorm-xblock>=19.0.0,<20.0.0"
119117

118+
{{ patch("openedx-dockerfile-post-python-requirements") }}
119+
120120
{% for extra_requirements in OPENEDX_EXTRA_PIP_REQUIREMENTS %}
121121
RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
122122
pip install '{{ extra_requirements }}'

0 commit comments

Comments
 (0)