Skip to content

Commit

Permalink
provide netifaces in release docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Sep 1, 2023
1 parent 01a262c commit cb4c4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG VERSION

LABEL maintainer="Zauberzeug GmbH <[email protected]>"

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

Expand Down

0 comments on commit cb4c4fc

Please sign in to comment.