From 9a27f180e7f8591c24aaef1e8d2b7e68922056b9 Mon Sep 17 00:00:00 2001 From: John Graham <jjgraham@ucsd.edu> Date: Thu, 28 Jan 2021 11:59:23 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c8204c9..01db20c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM netboxcommunity/netbox ENV NAPALM_USERNAME netbox-napalm -RUN apk add git && pip3 install --upgrade napalm cffi napalm-dellos10 netbox-qrcode && \ +RUN apk add git && pip3 install --upgrade napalm cffi napalm-dellos10 py3-setuptools +RUN easy_install pillow +RUN apk add netbox-qrcode && \ echo "PLUGINS = ['netbox_qrcode']" >> /etc/netbox/config/configuration.py -- GitLab