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.
1 parent d6f8e18 commit fcf9270Copy full SHA for fcf9270
1 file changed
Dockerfile
@@ -4,6 +4,10 @@ COPY ./plugin_requirements.txt /opt/netbox/
4
ENV VIRTUAL_ENV=/opt/netbox/venv
5
RUN /usr/local/bin/uv pip install -r /opt/netbox/plugin_requirements.txt
6
7
+# Fix For Topology Views (Remove once https://github.com/netbox-community/netbox-topology-views/pull/608 is added )
8
+RUN sed -i 's/settings\.VERSION/settings\.RELEASE\.version/g' /opt/netbox/venv/lib/python3.12/site-packages/netbox_topology_views/template_content.py
9
+
10
11
# These lines are only required if your plugin has its own static files.
12
COPY config/configuration.py /etc/netbox/config/configuration.py
13
COPY config/plugins.py /etc/netbox/config/plugins.py
0 commit comments