diff --git a/Dockerfile b/Dockerfile index 9b8beff..2ed899f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,7 @@ RUN python3 -m venv ./venv RUN . ./venv/bin/activate RUN ./venv/bin/pip install --upgrade pip setuptools RUN ./venv/bin/pip install -r ./requirements.txt +#RUN sed "s/python3.8/python$pyversion/g" prog_calc.wsgi # Configure Apache USER root