From f1257c4c25a57a30e959c960814a67af9a277365 Mon Sep 17 00:00:00 2001 From: John Graham <jjgraham@ucsd.edu> Date: Thu, 28 Jan 2021 17:18:26 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 41f4c6f..9159f94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,7 @@ FROM netboxcommunity/netbox 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 /usr/local/bin/easy_install pillow +RUN python3 -m pip install --upgrade pip +RUN python3 -m pip install --upgrade Pillow RUN apk add netbox-qrcode && \ echo "PLUGINS = ['netbox_qrcode']" >> /etc/netbox/config/configuration.py -- GitLab