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

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

diff --git a/Dockerfile b/Dockerfile
index 5399a67..41f4c6f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,6 +4,6 @@ ENV NAPALM_USERNAME netbox-napalm
 RUN apk add git && pip3 install --upgrade napalm cffi napalm-dellos10 
 RUN pip install --upgrade pip
 RUN apk add py3-setuptools
-RUN easy_install pillow
+RUN /usr/local/bin/easy_install pillow
 RUN apk add netbox-qrcode && \
     echo "PLUGINS = ['netbox_qrcode']" >> /etc/netbox/config/configuration.py
-- 
GitLab