We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5be663 commit d6f8e18Copy full SHA for d6f8e18
1 file changed
Dockerfile
@@ -1,7 +1,8 @@
1
FROM netboxcommunity/netbox:latest
2
3
COPY ./plugin_requirements.txt /opt/netbox/
4
-RUN /opt/netbox/venv/bin/pip install --no-warn-script-location -r /opt/netbox/plugin_requirements.txt
+ENV VIRTUAL_ENV=/opt/netbox/venv
5
+RUN /usr/local/bin/uv pip install -r /opt/netbox/plugin_requirements.txt
6
7
# These lines are only required if your plugin has its own static files.
8
COPY config/configuration.py /etc/netbox/config/configuration.py
0 commit comments