mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-27 06:58:24 +00:00
dockerfile patch added in the minimal section
This commit is contained in:
parent
49f11dd3a0
commit
6393de9862
@ -6,6 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt install -y build-essential curl git language-pack-en
|
apt install -y build-essential curl git language-pack-en
|
||||||
ENV LC_ALL en_US.UTF-8
|
ENV LC_ALL en_US.UTF-8
|
||||||
|
{{ patch("openedx-dockerfile-minimal") }}
|
||||||
|
|
||||||
###### Install python with pyenv in /opt/pyenv and create virtualenv in /openedx/venv
|
###### Install python with pyenv in /opt/pyenv and create virtualenv in /openedx/venv
|
||||||
FROM minimal as python
|
FROM minimal as python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user