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

Update Dockerfile

parent 9e2680c6
No related branches found
No related tags found
No related merge requests found
Pipeline #14767 passed
......@@ -3,12 +3,6 @@ FROM netboxcommunity/netbox
RUN apk add alpine-sdk git libressl-dev libffi-dev python3-dev libxml2-dev libxslt-dev py3-pillow && \
source /opt/netbox/venv/bin/activate && /opt/netbox/venv/bin/pip3 install napalm-dellos10 netbox-qrcode
#WORKDIR /tmp
#RUN git clone https://github.com/k01ek/netbox-qrcode.git
#WORKDIR /tmp/netbox-qrcode
#COPY setup.py .
#RUN source /opt/netbox/venv/bin/activate && /opt/netbox/venv/bin/python3 setup.py install
WORKDIR /tmp
RUN git clone https://github.com/iDebugAll/nextbox-ui-plugin
WORKDIR /tmp/nextbox-ui-plugin
......
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