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 1c2d098 + 87cb054 commit 12877afCopy full SHA for 12877af
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