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

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

diff --git a/Dockerfile b/Dockerfile
index 37ab807..260536d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,7 +6,7 @@ RUN apk add git zlib && pip3 install --upgrade napalm cffi napalm-dellos10
 RUN apk add py3-pillow
 WORKDIR /tmp
 RUN git clone https://github.com/k01ek/netbox-qrcode.git
-RUN cd netbox-qrcode
+WORKDIR /tmp/netbox-qrcode
 COPY setup.py .
 RUN pwd && ls -al && python3 setup.py install
 RUN echo "PLUGINS = ['netbox_qrcode']" >> /etc/netbox/config/configuration.py
-- 
GitLab