Skip to content
Snippets Groups Projects
Commit 218a5411 authored by Jason Lin's avatar Jason Lin
Browse files

Update Dockerfile

parent 789679dc
No related branches found
No related tags found
No related merge requests found
Pipeline #15880 passed
...@@ -16,7 +16,7 @@ RUN /opt/netbox/venv/bin/pip3 install pip==20.0.2 && \ ...@@ -16,7 +16,7 @@ RUN /opt/netbox/venv/bin/pip3 install pip==20.0.2 && \
WORKDIR /tmp WORKDIR /tmp
RUN git clone https://gitlab.nautilus.optiputer.net/prp/netbox-qrcode.git RUN git clone https://gitlab.nautilus.optiputer.net/prp/netbox-qrcode.git
WORKDIR /tmp/netbox-qrcode WORKDIR /tmp/netbox-qrcode
RUN /opt/netbox/venv/bin/pip3 install . && \ RUN /opt/netbox/venv/bin/pip3 install --upgrade . && \
rm -rf /tmp/netbox-qrcode rm -rf /tmp/netbox-qrcode
RUN adduser --disabled-password --gecos "" --uid "1000" "netbox" RUN adduser --disabled-password --gecos "" --uid "1000" "netbox"
......
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