diff --git a/Dockerfile-Plugins b/Dockerfile-Plugins index 4fed70f7..b5047a70 100644 --- a/Dockerfile-Plugins +++ b/Dockerfile-Plugins @@ -3,6 +3,7 @@ LABEL org.opencontainers.image.source https://github.com/fpm-git/netbox COPY ./plugin_requirements.txt / RUN /opt/netbox/venv/bin/pip install --no-warn-script-location -r /plugin_requirements.txt +RUN /opt/netbox/venv/bin/pip install --no-warn-script-location git+https://github.com/LHBL2003/netbox-qrcode@HTML-Label-Design COPY docker/nginx-unit.json /etc/unit/ diff --git a/README.md b/README.md index bd03dc17..2906efc3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # build custom image ``` -docker build -t ghcr.io/fpm-git/netbox:v1.0.5-up3.7.8 -f Dockerfile-Plugins . -docker push ghcr.io/fpm-git/netbox:v1.0.5-up3.7.8 +docker build -t ghcr.io/fpm-git/netbox:v1.0.6-up3.7.8 -f Dockerfile-Plugins . +docker push ghcr.io/fpm-git/netbox:v1.0.6-up3.7.8 ``` Installed the following two plugins: https://github.com/mattieserver/netbox-topology-views and https://github.com/jasonyates/netbox-documents diff --git a/plugin_requirements.txt b/plugin_requirements.txt index 752e1a3f..73748fe1 100644 --- a/plugin_requirements.txt +++ b/plugin_requirements.txt @@ -1,2 +1,2 @@ netbox-documents==0.6.4 -netbox-qrcode==0.0.11 \ No newline at end of file +#netbox-qrcode==0.0.11 \ No newline at end of file