From 513bc0fb162707cd51e97da521fe46aec6dfd060 Mon Sep 17 00:00:00 2001 From: grossmj Date: Tue, 21 Mar 2023 18:56:00 +1000 Subject: [PATCH] Do not use setup.py directly --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 159a729f..4ced87dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,4 +34,4 @@ COPY . /gns3server RUN mkdir -p ~/.config/GNS3/3.0/ RUN cp scripts/gns3_server.conf ~/.config/GNS3/3.0/ -RUN python3 setup.py install +RUN python3 -m pip install .