diff --git a/Dockerfile b/Dockerfile index 9159f94943ea3675adddf772f51d0c84a6829136..b63122853f4ba2e8918852972cb5a3d2ceb282ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,6 @@ FROM netboxcommunity/netbox ENV NAPALM_USERNAME netbox-napalm RUN apk add git && pip3 install --upgrade napalm cffi napalm-dellos10 -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