Преглед изворни кода

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