Skip to content
Snippets Groups Projects
Commit f1257c4c authored by John Graham's avatar John Graham
Browse files

Update Dockerfile

parent 1e0ebc1c
No related branches found
No related tags found
No related merge requests found
Pipeline #14550 failed
...@@ -2,8 +2,7 @@ FROM netboxcommunity/netbox ...@@ -2,8 +2,7 @@ FROM netboxcommunity/netbox
ENV NAPALM_USERNAME netbox-napalm 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
RUN pip install --upgrade pip RUN python3 -m pip install --upgrade pip
RUN apk add py3-setuptools RUN python3 -m pip install --upgrade Pillow
RUN /usr/local/bin/easy_install pillow
RUN apk add netbox-qrcode && \ RUN apk add netbox-qrcode && \
echo "PLUGINS = ['netbox_qrcode']" >> /etc/netbox/config/configuration.py echo "PLUGINS = ['netbox_qrcode']" >> /etc/netbox/config/configuration.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment