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

Update Dockerfile

parent 8c275eba
No related branches found
No related tags found
No related merge requests found
Pipeline #14565 passed
......@@ -6,7 +6,7 @@ RUN apk add git zlib && pip3 install --upgrade napalm cffi napalm-dellos10
RUN apk add py3-pillow
WORKDIR /tmp
RUN git clone https://github.com/k01ek/netbox-qrcode.git
RUN cd netbox-qrcode
WORKDIR /tmp/netbox-qrcode
COPY setup.py .
RUN pwd && ls -al && 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