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

Update Dockerfile

parent 007a79cf
No related branches found
No related tags found
No related merge requests found
Pipeline #15162 failed
......@@ -10,7 +10,8 @@ WORKDIR /tmp/napalm-onyx
RUN /opt/netbox/venv/bin/pip3 install pip==20.0.2 && \
/opt/netbox/venv/bin/pip3 install . && \
rm -rf /tmp/napalm-onyx
RUN useradd -k -g netbox -u 1000 netbox
USER netbox
RUN SECRET_KEY="dummy" /opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py collectstatic --no-input
WORKDIR /opt/netbox/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