We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2286176 commit 4dd3e3cCopy full SHA for 4dd3e3c
develop/Dockerfile
@@ -23,6 +23,6 @@ WORKDIR /source
23
COPY . /source
24
25
#RUN pip install -r requirements.txt
26
-RUN pip install --editable .
+RUN python -m pip install --editable .
27
28
WORKDIR /opt/netbox/netbox/
0 commit comments