diff --git a/wis2box-management/Dockerfile b/wis2box-management/Dockerfile index a3d4f8df..d668367f 100644 --- a/wis2box-management/Dockerfile +++ b/wis2box-management/Dockerfile @@ -59,7 +59,7 @@ RUN apt-get update -y && apt-get install -y ${DEBIAN_PACKAGES} \ COPY . /app # install wis2box RUN cd /app \ - && python3 setup.py install \ + && pip3 install -e . \ # install wis2box plugins, if defined && $PIP_PLUGIN_PACKAGES \ # add wis2box user