fix: 'ln' error on image building
'/usr/bin/pip' now exists in ubuntu:20.04.
This commit is contained in:
parent
fe92a88234
commit
3803c37d7e
@ -1 +1 @@
|
||||
__version__ = "11.0.0"
|
||||
__version__ = "11.0.1"
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user