diff --git a/docker/Dockerfile.base b/docker/Dockerfile.base index ec1b5a0aa..8c67bcd2a 100644 --- a/docker/Dockerfile.base +++ b/docker/Dockerfile.base @@ -34,7 +34,8 @@ RUN pip3 install \ peewee_migrate \ pydantic \ zeroconf \ - ws4py + ws4py \ + onvif_zeep COPY --from=nginx /usr/local/nginx/ /usr/local/nginx/ diff --git a/docker/Dockerfile.wheels b/docker/Dockerfile.wheels index 295372ea6..a6fa222ec 100644 --- a/docker/Dockerfile.wheels +++ b/docker/Dockerfile.wheels @@ -20,7 +20,7 @@ RUN apt-get -qq update \ RUN wget -q https://bootstrap.pypa.io/get-pip.py -O get-pip.py \ && python3 get-pip.py "pip==20.2.4" -RUN pip3 install scikit-build onvif_zeep +RUN pip3 install scikit-build RUN pip3 wheel --wheel-dir=/wheels \ opencv-python-headless \