From cb4c4fcd34ee2fe76fdba84e29ae9e4b96627710 Mon Sep 17 00:00:00 2001 From: Rodja Trappe Date: Fri, 1 Sep 2023 05:02:33 +0200 Subject: [PATCH] provide netifaces in release docker container --- release.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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