From a8e5cf8df9836856c6914bb0fe1344c7cc742a99 Mon Sep 17 00:00:00 2001 From: John Graham <jjgraham@ucsd.edu> Date: Thu, 28 Jan 2021 20:26:45 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 260536d..5db75a1 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 -- GitLab