From f1fd242815bd27bad6a8c8c4ed34bfbddcf69ed0 Mon Sep 17 00:00:00 2001
From: John Graham <jjgraham@ucsd.edu>
Date: Thu, 28 Jan 2021 17:42:38 -0800
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index cc73692..00b7dcb 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 apk add netbox-qrcode
+RUN pip3 install --upgrade netbox-qrcode
 RUN echo "PLUGINS = ['netbox_qrcode']" >> /etc/netbox/config/configuration.py
-- 
GitLab