mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-22 16:26:53 +00:00
6 lines
202 B
Plaintext
6 lines
202 B
Plaintext
FROM ghcr.io/netbox-community/netbox:latest
|
|
|
|
COPY requirements-plugins.txt /opt/netbox/requirements-plugins.txt
|
|
|
|
RUN /usr/local/bin/uv pip install --no-cache-dir -r /opt/netbox/requirements-plugins.txt
|