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

Update Dockerfile

parent 6dceb3d4
No related branches found
No related tags found
No related merge requests found
Pipeline #14611 canceled
...@@ -15,7 +15,7 @@ ENV NAPALM_USERNAME netbox-napalm ...@@ -15,7 +15,7 @@ ENV NAPALM_USERNAME netbox-napalm
RUN pip3 install --upgrade napalm cffi napalm-dellos10 RUN pip3 install --upgrade napalm cffi napalm-dellos10
#RUN pip3 install --upgrade nextbox-ui-plugin #RUN pip3 install --upgrade nextbox-ui-plugin
RUN apk add git py3-pillow RUN apk add git python3-dev libxml2-dev libxslt-dev 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
......
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