Skip to content

Commit 4dd3e3c

Browse files
authored
Update Dockerfile
1 parent 2286176 commit 4dd3e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ WORKDIR /source
2323
COPY . /source
2424

2525
#RUN pip install -r requirements.txt
26-
RUN pip install --editable .
26+
RUN python -m pip install --editable .
2727

2828
WORKDIR /opt/netbox/netbox/

0 commit comments

Comments
 (0)