mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-08 22:31:03 +00:00
Fix xqueue: proper version is hawthorn
This commit is contained in:
parent
06f6be737c
commit
df95a50ab5
@ -5,10 +5,9 @@ RUN apt update && \
|
||||
apt install -y language-pack-en git git-core python-pip libmysqlclient-dev
|
||||
|
||||
RUN mkdir /openedx
|
||||
RUN git clone https://github.com/edx/xqueue --branch open-release/ginkgo.master --depth 1 /openedx/xqueue
|
||||
RUN git clone https://github.com/edx/xqueue --branch open-release/hawthorn.1 --depth 1 /openedx/xqueue
|
||||
WORKDIR /openedx/xqueue
|
||||
|
||||
RUN pip install -r pre-requirements.txt
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
ENV DJANGO_SETTINGS_MODULE xqueue.universal
|
||||
|
Loading…
Reference in New Issue
Block a user