UNCLASSIFIED

Commit e72b8bb5 authored by WingKwan Lau's avatar WingKwan Lau
Browse files

Update Dockerfile

parent 6f44640a
Pipeline #429844 passed with stages
in 12 minutes and 48 seconds
......@@ -49,7 +49,8 @@ RUN yum update -y
# - Create a Python virtual environment for use by any application to avoid potential conflicts with Python packages
# preinstalled in the main Python installation.
#RUN python$PYTHON_VERSION -m venv ${APP_ROOT} && /usr/bin/py-enable
RUN python3 -m venv ${APP_ROOT}
RUN python$PYTHON_VERSION -m venv ${APP_ROOT}
#RUN python3 -m venv ${APP_ROOT}
# Set up container user and adjust permissions to run in OpenShift environment
WORKDIR ${HOME}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment