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

Update Dockerfile

parent 2a6b8e7d
No related branches found
No related tags found
No related merge requests found
Pipeline #14597 canceled
FROM netboxcommunity/netbox
ENV NAPALM_USERNAME netbox-napalm
RUN apk add git zlib libxml2 libxslt && pip3 install --upgrade napalm cffi napalm-dellos10
RUN apk add git zlib libxml2-dev libxslt-dev && pip3 install --upgrade napalm cffi napalm-dellos10
RUN pip3 install nextbox-ui-plugin
RUN apk add py3-pillow
WORKDIR /tmp
......
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