From 6393de9862f7aa858e8282ac76bf4958ae5254da Mon Sep 17 00:00:00 2001 From: Emad Rad Date: Fri, 11 Mar 2022 17:54:32 +0330 Subject: [PATCH] dockerfile patch added in the minimal section --- tutor/templates/build/openedx/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tutor/templates/build/openedx/Dockerfile b/tutor/templates/build/openedx/Dockerfile index 73cf526..07360f1 100644 --- a/tutor/templates/build/openedx/Dockerfile +++ b/tutor/templates/build/openedx/Dockerfile @@ -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