3
0
Fork 0
tutor-patches/README.md

14 lines
317 B
Markdown

# Patches for tutor old branches
## patch py2neo
.local/share/tutor/env/build/openedx/Dockerfile
Add these lines at the end of the patching
```
# Fix py2eno install issue
RUN curl https://gitea.imust.org/Public/tutor-patches/raw/commit/180886d7ee51c29c5ad3aeac716262bb80e995da/py2neo-fix.patch | git apply -
```