From 0fabc9f827ac6b9af53005a65d95d9d37ee621cf Mon Sep 17 00:00:00 2001 From: John Graham <jjgraham@ucsd.edu> Date: Thu, 28 Jan 2021 17:22:51 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b631228..c9bed12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM netboxcommunity/netbox ENV NAPALM_USERNAME netbox-napalm -RUN apk add git && pip3 install --upgrade napalm cffi napalm-dellos10 +RUN apk add git zlib && pip3 install --upgrade napalm cffi napalm-dellos10 RUN python3 -m pip install --upgrade Pillow RUN apk add netbox-qrcode && \ echo "PLUGINS = ['netbox_qrcode']" >> /etc/netbox/config/configuration.py -- GitLab