diff --git a/docker/Dockerfile.full b/docker/Dockerfile.full index b966c0494..92d6700f0 100644 --- a/docker/Dockerfile.full +++ b/docker/Dockerfile.full @@ -65,7 +65,7 @@ RUN python3 -m pip install --upgrade pip # pyvips is broken on x86 due to mismatch ffi # https://stackoverflow.com/questions/62658237/it-seems-that-the-version-of-the-libffi-library-seen-at-runtime-is-different-fro RUN pip install --force-reinstall --no-binary :all: cffi -RUN python3 -m pip install aiofiles debugpy typing_extensions psutil +RUN python3 -m pip install aiofiles debugpy typing_extensions typing psutil ################################################################ # End section generated from template/Dockerfile.full.header diff --git a/docker/template/Dockerfile.full.header b/docker/template/Dockerfile.full.header index 2cd5ca473..6e9600d88 100644 --- a/docker/template/Dockerfile.full.header +++ b/docker/template/Dockerfile.full.header @@ -62,7 +62,7 @@ RUN python3 -m pip install --upgrade pip # pyvips is broken on x86 due to mismatch ffi # https://stackoverflow.com/questions/62658237/it-seems-that-the-version-of-the-libffi-library-seen-at-runtime-is-different-fro RUN pip install --force-reinstall --no-binary :all: cffi -RUN python3 -m pip install aiofiles debugpy typing_extensions psutil +RUN python3 -m pip install aiofiles debugpy typing_extensions typing psutil ################################################################ # End section generated from template/Dockerfile.full.header