Skip to content

Commit a261218

Browse files
authored
Merge branch 'main' into use-uv-for-release
2 parents ba8e4a6 + 12877af commit a261218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ FROM netboxcommunity/netbox:v4.2
33
COPY ../ /opt/netbox-initializers/
44
COPY ./test/config/plugins.py /etc/netbox/config/
55
WORKDIR /opt/netbox-initializers/
6-
RUN /opt/netbox/venv/bin/pip install -e .
6+
RUN /usr/local/bin/uv pip install -e .
77
WORKDIR /opt/netbox/netbox

0 commit comments

Comments
 (0)