7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-07 00:20:49 +00:00

dockerfile patch added in the minimal section

This commit is contained in:
Emad Rad 2022-03-11 17:54:32 +03:30 committed by Régis Behmo
parent 49f11dd3a0
commit 6393de9862

View File

@ -6,6 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && \
apt install -y build-essential curl git language-pack-en
ENV LC_ALL en_US.UTF-8
{{ patch("openedx-dockerfile-minimal") }}
###### Install python with pyenv in /opt/pyenv and create virtualenv in /openedx/venv
FROM minimal as python