diff --git a/tutornotes/__about__.py b/tutornotes/__about__.py index 5b46116..b5d0980 100644 --- a/tutornotes/__about__.py +++ b/tutornotes/__about__.py @@ -1 +1 @@ -__version__ = "11.0.0" +__version__ = "11.0.1" diff --git a/tutornotes/templates/notes/build/notes/Dockerfile b/tutornotes/templates/notes/build/notes/Dockerfile index 89bcc91..42f59f6 100644 --- a/tutornotes/templates/notes/build/notes/Dockerfile +++ b/tutornotes/templates/notes/build/notes/Dockerfile @@ -5,9 +5,7 @@ RUN apt update && \ apt upgrade -y && \ # python 3.8 apt install -y language-pack-en git python3 python3-pip libmysqlclient-dev -RUN ln -s /usr/bin/python3 /usr/bin/python \ - && ln -s /usr/bin/pip3 /usr/bin/pip - +RUN ln -s /usr/bin/python3 /usr/bin/python RUN mkdir /openedx RUN git clone https://github.com/edx/edx-notes-api --branch {{ OPENEDX_COMMON_VERSION }} --depth 1 /openedx/edx-notes-api