Skip to content

Commit

Permalink
Use uv in container image
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasge authored Feb 8, 2025
1 parent 1c2d098 commit 87cb054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ FROM netboxcommunity/netbox:v4.2
COPY ../ /opt/netbox-initializers/
COPY ./test/config/plugins.py /etc/netbox/config/
WORKDIR /opt/netbox-initializers/
RUN /opt/netbox/venv/bin/pip install -e .
RUN /usr/local/bin/uv pip install -e .
WORKDIR /opt/netbox/netbox

0 comments on commit 87cb054

Please sign in to comment.