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

Update Dockerfile

parent 3111b292
No related branches found
No related tags found
No related merge requests found
Pipeline #14578 failed
...@@ -7,6 +7,7 @@ RUN apk add py3-pillow ...@@ -7,6 +7,7 @@ RUN apk add py3-pillow
WORKDIR /tmp 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
RUN source /opt/netbox/venv/bin/activate
COPY setup.py . COPY setup.py .
#RUN sed 's/PLUGINS = []/PLUGINS = ['netbox_qrcode']/g' /etc/netbox/config/configuration.py #RUN sed 's/PLUGINS = []/PLUGINS = ['netbox_qrcode']/g' /etc/netbox/config/configuration.py
RUN python3 setup.py install RUN python3 setup.py install
......
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