From f16f1a4b000404b78d4c445f4cdfde283ebe386f Mon Sep 17 00:00:00 2001 From: John Graham <jjgraham@ucsd.edu> Date: Fri, 2 Oct 2020 23:25:10 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 05bf10a..2f74ecb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM netboxcommunity/netbox ENV NAPALM_USERNAME netbox-napalm -RUN apk add git && pip3 install napalm cffi napalm-dellos10 +RUN apk add git && pip3 install --upgrade napalm cffi napalm-dellos10 -- GitLab