Skip to content

Commit 9e019d8

Browse files
authored
netbox: add netbox-topology-views again (#775)
Signed-off-by: Christian Berendt <[email protected]>
1 parent 7214385 commit 9e019d8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

netbox/Containerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ COPY --chmod=0755 files/launch.sh /opt/netbox/launch.sh
66
COPY --from=ghcr.io/astral-sh/uv:0.7.14 /uv /usr/local/bin/uv
77

88
RUN /usr/local/bin/uv pip install --no-cache -r /requirements.txt \
9-
&& chown -R unit: /opt/netbox/netbox/static
9+
&& chown -R unit: /opt/netbox/netbox/static \
10+
&& mkdir -p /opt/netbox/netbox/static/netbox_topology_views/img
1011

1112
CMD [ "/opt/netbox/docker-entrypoint.sh", "/opt/netbox/launch.sh" ]
1213

netbox/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ netbox-data-flows==1.1.1
99
netbox-initializers==4.3.0
1010
netbox-plugin-dns==1.3.2
1111
netbox-secrets==2.3.0
12+
netbox-topology-views==4.3.0

0 commit comments

Comments
 (0)