Muhammad Faraz Maqsood
34691b58e2
docs: add a comment explaining the need of root user
=> [minimal 7/19] RUN echo "{}" > /openedx/config.yml 0.2s
=> ERROR [minimal 8/19] RUN git clone https://github.com/pyenv/pyenv /opt/pyenv --branch v2.3.36 --depth 1 0.4s
------
> importing cache manifest from docker.io/overhangio/openedx-discovery:17.0.0-nightly-cache:
------
------
> [minimal 8/19] RUN git clone https://github.com/pyenv/pyenv /opt/pyenv --branch v2.3.36 --depth 1:
0.341 fatal: could not create work tree dir '/opt/pyenv': Permission denied
------
Dockerfile:36
--------------------
34 | ENV PYENV_ROOT /opt/pyenv
35 | # USER root
36 | >>> RUN git clone https://github.com/pyenv/pyenv $PYENV_ROOT --branch v2.3.36 --depth 1
37 | # Install Python
38 | RUN $PYENV_ROOT/bin/pyenv install $PYTHON_VERSION
--------------------
ERROR: failed to solve: process "/bin/sh -c git clone https://github.com/pyenv/pyenv $PYENV_ROOT --branch v2.3.36 --depth 1" did not complete successfully: exit code: 128
2024-05-02 15:34:21 +05:00
..
2024-03-13 13:06:11 +05:00
2024-05-02 15:34:21 +05:00
2024-04-25 11:58:24 +05:00
2019-07-11 16:29:39 +08:00
2024-02-12 11:57:51 +01:00