7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-10 09:42:23 +00:00

Fix pycontracts error in openedx docker image build

See
https://discuss.overhang.io/t/tutor-images-build-openedx-failed/717/2
This commit is contained in:
Régis Behmo 2020-07-01 18:25:51 +02:00
parent a552c5af6f
commit e1e6a00c0f
2 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,7 @@ Note: Breaking changes between versions are indicated by "💥".
## Unreleased
- [Bugfix] Fix pycontracts installation error when building openedx Docker image
- [Bugfix] Fix access to dicussion forum in development mode
## v10.0.9 (2020-07-07)

View File

@ -48,6 +48,10 @@ RUN curl https://github.com/overhangio/edx-platform/commit/089b26eed0302ed1f9a5b
# https://github.com/edx/edx-platform/pull/24237
# https://github.com/overhangio/edx-platform/tree/overhangio/fix-no-csmh
RUN curl https://github.com/overhangio/edx-platform/commit/6dbf2eddf7a4563c04c3b51edf5e131106d69e19.patch | git apply -
# Fix pycontracts version
# https://github.com/edx/edx-platform/pull/24376
RUN curl https://github.com/overhangio/edx-platform/commit/226fb100c8f5e1ba66be1e07cf99d3b50ccaf8a4.patch | git apply -
# Download extra locales to /openedx/locale/contrib/locale
RUN cd /tmp \