mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-26 06:28: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 && \
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user