Explorar o código

provide netifaces in release docker container

Rodja Trappe hai 1 ano
pai
achega
cb4c4fcd34
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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