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

Update Dockerfile

parent 921fc9f6
No related branches found
No related tags found
No related merge requests found
Pipeline #16648 passed
...@@ -13,6 +13,8 @@ RUN /opt/netbox/venv/bin/pip3 install pip==20.0.2 && \ ...@@ -13,6 +13,8 @@ RUN /opt/netbox/venv/bin/pip3 install pip==20.0.2 && \
/opt/netbox/venv/bin/pip3 install . && \ /opt/netbox/venv/bin/pip3 install . && \
rm -rf /tmp/napalm-onyx rm -rf /tmp/napalm-onyx
RUN /opt/netbox/venv/bin/pip3 install qrcode
WORKDIR /tmp WORKDIR /tmp
RUN git clone https://gitlab.nautilus.optiputer.net/prp/netbox-qrcode.git RUN git clone https://gitlab.nautilus.optiputer.net/prp/netbox-qrcode.git
WORKDIR /tmp/netbox-qrcode WORKDIR /tmp/netbox-qrcode
......
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