浏览代码

provide netifaces in release docker container

Rodja Trappe 1 年之前
父节点
当前提交
cb4c4fcd34
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      release.dockerfile

+ 1 - 1
release.dockerfile

@@ -3,7 +3,7 @@ ARG VERSION
 
 LABEL maintainer="Zauberzeug GmbH <info@zauberzeug.com>"
 
-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