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

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

diff --git a/Dockerfile b/Dockerfile
index e6b88f8..6ebeabe 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,6 +3,6 @@ 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 python3 -m pip install --upgrade Pillow
+RUN apk add py3-pillow
 RUN apk add netbox-qrcode && \
     echo "PLUGINS = ['netbox_qrcode']" >> /etc/netbox/config/configuration.py
-- 
GitLab