Pārlūkot izejas kodu

provide netifaces in release docker container

Rodja Trappe 1 gadu atpakaļ
vecāks
revīzija
cb4c4fcd34
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      release.dockerfile

+ 1 - 1
release.dockerfile

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