--upgrade instead of --update

This commit is contained in:
Quinn Casey
2022-02-28 08:58:42 -08:00
parent e0ae855590
commit c6c380382a

View File

@@ -88,7 +88,7 @@ RUN apt-get update \
else \
echo "Skipping qpdf build because pikepdf binary wheels are available."; \
fi \
&& python3 -m pip install --update pip wheel \
&& python3 -m pip install --upgrade pip wheel \
&& python3 -m pip install --default-timeout=1000 --upgrade --no-cache-dir supervisor \
&& python3 -m pip install --default-timeout=1000 --no-cache-dir -r ../requirements.txt \
&& apt-get -y purge build-essential git zlib1g-dev libjpeg62-turbo-dev \