We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba8e4a6 + 12877af commit a261218Copy full SHA for a261218
test/Dockerfile
@@ -3,5 +3,5 @@ FROM netboxcommunity/netbox:v4.2
3
COPY ../ /opt/netbox-initializers/
4
COPY ./test/config/plugins.py /etc/netbox/config/
5
WORKDIR /opt/netbox-initializers/
6
-RUN /opt/netbox/venv/bin/pip install -e .
+RUN /usr/local/bin/uv pip install -e .
7
WORKDIR /opt/netbox/netbox
0 commit comments