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

---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 6ebeabe..06b925c 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 && \
-    echo "PLUGINS = ['netbox_qrcode']" >> /etc/netbox/config/configuration.py
+RUN apk add netbox-qrcode
+RUN echo "PLUGINS = ['netbox_qrcode']" >> /etc/netbox/config/configuration.py
-- 
GitLab