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

Update Dockerfile

parent 09fc7667
No related branches found
No related tags found
No related merge requests found
Pipeline #15059 passed
...@@ -8,7 +8,8 @@ RUN source /opt/netbox/venv/bin/activate && \ ...@@ -8,7 +8,8 @@ RUN source /opt/netbox/venv/bin/activate && \
WORKDIR /tmp WORKDIR /tmp
RUN git clone https://gitlab.nautilus.optiputer.net/prp/napalm-onyx.git RUN git clone https://gitlab.nautilus.optiputer.net/prp/napalm-onyx.git
WORKDIR /tmp/napalm-onyx WORKDIR /tmp/napalm-onyx
RUN /opt/netbox/venv/bin/pip3 install . && \ RUN /opt/netbox/venv/bin/pip3 install pip==20.0.2 && \
/opt/netbox/venv/bin/pip3 install . && \
rm -rf /tmp/napalm-onyx rm -rf /tmp/napalm-onyx
#RUN SECRET_KEY="dummy" /opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py collectstatic --no-input #RUN SECRET_KEY="dummy" /opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py collectstatic --no-input
......
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