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

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

diff --git a/Dockerfile b/Dockerfile
index 332cb9b..2c6cd04 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,5 +7,5 @@ RUN apk add py3-pillow
 RUN git clone https://github.com/k01ek/netbox-qrcode.git && \
     cd netbox-qrcode
 COPY setup.py .
-RUN python3 install setup.py
+RUN python3 setup.py install
 RUN echo "PLUGINS = ['netbox_qrcode']" >> /etc/netbox/config/configuration.py
-- 
GitLab