Fix env var for virtualenv
This commit is contained in:
parent
f3b692ea5b
commit
48bfeb1a65
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ COPY root /
|
|||
# Create a Python virtual environment for use by any application to avoid
|
||||
# potential conflicts with Python packages preinstalled in the main Python
|
||||
# installation.
|
||||
RUN virtualenv-$VERSION /opt/app-root
|
||||
RUN virtualenv-$PYTHON_VERSION /opt/app-root
|
||||
|
||||
# In order to drop the root user, we have to make some directories world
|
||||
# writable as OpenShift default security model is to run the container under
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue