diff --git a/release.dockerfile b/release.dockerfile index 61fbdbe13..7fe839208 100644 --- a/release.dockerfile +++ b/release.dockerfile @@ -3,7 +3,7 @@ ARG VERSION LABEL maintainer="Zauberzeug GmbH " -RUN python -m pip install nicegui==$VERSION itsdangerous isort docutils requests +RUN python -m pip install nicegui==$VERSION itsdangerous isort docutils requests netifaces WORKDIR /app