diff --git a/Dockerfile b/Dockerfile index e92c821..1aeb729 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,8 +65,6 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ git \ whois \ curl \ - python3-pip \ - python3-virtualenv \ libmagic-dev # Install image dependencies @@ -74,7 +72,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ ffmpeg \ imagemagick -RUN virtualenv /app/venv +RUN python3 -m venv /app/venv RUN /app/venv/bin/pip install --upgrade --no-input pip wheel setuptools COPY requirements.txt /tmp/requirements.txt