Fix env var for virtualenv

This commit is contained in:
Honza Horak 2017-05-16 09:12:07 +02:00
commit 48bfeb1a65

View file

@ -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