diff --git a/motioneye/Dockerfile b/motioneye/Dockerfile index 9bb0291..daea888 100755 --- a/motioneye/Dockerfile +++ b/motioneye/Dockerfile @@ -23,6 +23,7 @@ RUN \ ffmpeg@edge=4.0.2-r0 \ libcurl=7.61.1-r1 \ libjpeg=8-r6 \ + mosquitto-clients=1.4.15-r3 \ motion@edge=4.1.1-r1 \ nginx=1.14.2-r0 \ py-setuptools=39.1.0-r0 \ @@ -58,4 +59,4 @@ LABEL \ org.label-schema.usage="https://github.com/hassio-addons/addon-motioneye/tree/master/README.md" \ org.label-schema.vcs-ref=${BUILD_REF} \ org.label-schema.vcs-url="https://github.com/hassio-addons/addon-motioneye" \ - org.label-schema.vendor="Community Hass.io Add-ons" \ No newline at end of file + org.label-schema.vendor="Community Hass.io Add-ons"