diff --git a/Dockerfile b/Dockerfile index 01db20ca19ca4635a10e24453a42f1c697aa5091..5399a6706c36b0fca1a7c8697b795751358e40e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,9 @@ FROM netboxcommunity/netbox ENV NAPALM_USERNAME netbox-napalm -RUN apk add git && pip3 install --upgrade napalm cffi napalm-dellos10 py3-setuptools +RUN apk add git && pip3 install --upgrade napalm cffi napalm-dellos10 +RUN pip install --upgrade pip +RUN apk add py3-setuptools RUN easy_install pillow RUN apk add netbox-qrcode && \ echo "PLUGINS = ['netbox_qrcode']" >> /etc/netbox/config/configuration.py