3
0
Fork 0
tutor-patches/README.md

14 lines
317 B
Markdown
Raw Permalink Normal View History

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