2021-04-27 17:03:39 +02:00
|
|
|
# Patches for tutor old branches
|
|
|
|
|
|
|
|
## patch py2neo
|
|
|
|
|
|
|
|
.local/share/tutor/env/build/openedx/Dockerfile
|
|
|
|
|
|
|
|
|
|
|
|
Add these lines at the end of the pathing
|
|
|
|
|
2021-04-27 17:04:18 +02:00
|
|
|
```
|
|
|
|
# Fix py2eno install issue
|
2021-04-27 17:03:39 +02:00
|
|
|
RUN curl https://gitea.imust.org/bfe/tutor-patches/raw/commit/180886d7ee51c29c5ad3aeac716262bb80e995da/py2neo-fix.patch | git apply -
|
2021-04-27 17:04:18 +02:00
|
|
|
```
|