Move onvif_zeep install to correct file

This commit is contained in:
Shea Smith 2021-12-18 22:22:52 +13:00
parent 376468ad44
commit a9816d62f2
2 changed files with 3 additions and 2 deletions

View File

@ -34,7 +34,8 @@ RUN pip3 install \
peewee_migrate \
pydantic \
zeroconf \
ws4py
ws4py \
onvif_zeep
COPY --from=nginx /usr/local/nginx/ /usr/local/nginx/

View File

@ -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 \