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

Update Dockerfile

parent b2929314
No related branches found
No related tags found
No related merge requests found
Pipeline #14562 failed
......@@ -7,5 +7,5 @@ RUN apk add py3-pillow
RUN git clone https://github.com/k01ek/netbox-qrcode.git && \
cd netbox-qrcode
COPY setup.py .
RUN python3 install setup.py
RUN python3 setup.py install
RUN echo "PLUGINS = ['netbox_qrcode']" >> /etc/netbox/config/configuration.py
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