Take advantage of automatically defined openedx version
This commit is contained in:
parent
3b9fe168bf
commit
cb31ddfc3c
@ -1 +1 @@
|
|||||||
__version__ = "10.1.1"
|
__version__ = "10.1.2"
|
||||||
|
|||||||
@ -8,7 +8,7 @@ RUN ln -s /usr/bin/python3 /usr/bin/python \
|
|||||||
&& ln -s /usr/bin/pip3 /usr/bin/pip
|
&& ln -s /usr/bin/pip3 /usr/bin/pip
|
||||||
|
|
||||||
RUN mkdir /openedx /openedx/data
|
RUN mkdir /openedx /openedx/data
|
||||||
RUN git clone https://github.com/edx/xqueue --branch open-release/juniper.3 --depth 1 /openedx/xqueue
|
RUN git clone https://github.com/edx/xqueue --branch {{ OPENEDX_COMMON_VERSION }} --depth 1 /openedx/xqueue
|
||||||
WORKDIR /openedx/xqueue
|
WORKDIR /openedx/xqueue
|
||||||
|
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user