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

Update Dockerfile

parent bf74ec9a
No related branches found
No related tags found
No related merge requests found
Pipeline #15058 failed
...@@ -6,7 +6,7 @@ RUN apk add alpine-sdk git libressl-dev libffi-dev python3-dev libxml2-dev libxs ...@@ -6,7 +6,7 @@ RUN apk add alpine-sdk git libressl-dev libffi-dev python3-dev libxml2-dev libxs
RUN source /opt/netbox/venv/bin/activate && \ RUN source /opt/netbox/venv/bin/activate && \
/opt/netbox/venv/bin/pip3 install napalm-dellos10 netbox-qrcode nextbox-ui-plugin /opt/netbox/venv/bin/pip3 install napalm-dellos10 netbox-qrcode nextbox-ui-plugin
WORKDIR /tmp WORKDIR /tmp
RUN git clone https://github.com/napalm-automation-community/napalm-onyx.git RUN git clone https://gitlab.nautilus.optiputer.net/prp/napalm-onyx.git
WORKDIR /tmp/napalm-onyx WORKDIR /tmp/napalm-onyx
RUN /opt/netbox/venv/bin/pip3 install . && \ RUN /opt/netbox/venv/bin/pip3 install . && \
rm -rf /tmp/napalm-onyx rm -rf /tmp/napalm-onyx
......
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