From 7d09e9da796de227b8310102c4ff27e715e7b9d7 Mon Sep 17 00:00:00 2001 From: John Graham <jjgraham@ucsd.edu> Date: Thu, 28 Jan 2021 17:44:50 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 00b7dcb..6a7dd97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,5 +4,5 @@ ENV NAPALM_USERNAME netbox-napalm #RUN python3 -m pip install pip==19.3.1 RUN apk add git zlib && pip3 install --upgrade napalm cffi napalm-dellos10 RUN apk add py3-pillow -RUN pip3 install --upgrade netbox-qrcode +RUN pip3 install netbox-qrcode RUN echo "PLUGINS = ['netbox_qrcode']" >> /etc/netbox/config/configuration.py -- GitLab