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

Update Dockerfile

parent 61b03ad7
No related branches found
No related tags found
No related merge requests found
Pipeline #14588 passed
...@@ -7,7 +7,7 @@ WORKDIR /tmp ...@@ -7,7 +7,7 @@ WORKDIR /tmp
RUN git clone https://github.com/k01ek/netbox-qrcode.git RUN git clone https://github.com/k01ek/netbox-qrcode.git
WORKDIR /tmp/netbox-qrcode WORKDIR /tmp/netbox-qrcode
COPY setup.py . COPY setup.py .
RUN cat /opt/netbox/netbox/netbox/configuration.py
RUN python3 setup.py install RUN python3 setup.py install
WORKDIR /opt/netbox/netbox WORKDIR /opt/netbox/netbox
RUN cat /opt/netbox/netbox/netbox/configuration.py
RUN rm -rf /tmp/netbox-qrcode RUN rm -rf /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