diff --git a/Dockerfile b/Dockerfile index 260536db72e55cc78eda09e045cee37caffb8296..5db75a1bd0fc8c5415b22bee49445a3d4d5ba0a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /tmp RUN git clone https://github.com/k01ek/netbox-qrcode.git WORKDIR /tmp/netbox-qrcode COPY setup.py . -RUN pwd && ls -al && python3 setup.py install +RUN python3 setup.py install RUN echo "PLUGINS = ['netbox_qrcode']" >> /etc/netbox/config/configuration.py WORKDIR /opt/netbox/netbox RUN rm -rf /tmp/netbox-qrcode