From 8855e1d074fd714b5586af48f614c387891c545d Mon Sep 17 00:00:00 2001 From: John Graham <jjgraham@ucsd.edu> Date: Thu, 28 Jan 2021 11:40:20 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2f74ecb..0903a35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM netboxcommunity/netbox ENV NAPALM_USERNAME netbox-napalm -RUN apk add git && pip3 install --upgrade napalm cffi napalm-dellos10 +RUN apk add git && pip3 install --upgrade napalm cffi napalm-dellos10 netbox-qrcode -- GitLab