diff --git a/Dockerfile b/Dockerfile index c9bed12092ca0dcf5ff118a7e44fa43747eb98e1..e6b88f8820734689c4be2fa0af282be4d003c530 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM netboxcommunity/netbox ENV NAPALM_USERNAME netbox-napalm +RUN python3 -m pip install pip==19.3.1 RUN apk add git zlib && pip3 install --upgrade napalm cffi napalm-dellos10 RUN python3 -m pip install --upgrade Pillow RUN apk add netbox-qrcode && \