openhab / openhab-docker

Repository for building Docker containers for openHAB
https://www.openhab.org/
Eclipse Public License 2.0
209 stars 128 forks source link

Include ffmpeg #358

Closed rueckix closed 3 years ago

rueckix commented 3 years ago

Summary

Include ffmpeg and its dependencies in the docker images

Expected Behavior

Users of the ipcamera addon should be able to simply install from the UI and use all addon features.

Current Behavior

Users of the ipcamera addon will have to manually add ffmpeg sudo apt update && sudo apt install -yy ffmpeg in their docker containers. This step has to be repeated with every container update.

Possible Solution

Include ffmpeg in the Dockerfile via apt/apt.

Image

openhab/openhab:latest

wborn commented 3 years ago

Sorry, installing it will increase the image size by 85MB. See Missing some preinstalled package.

rueckix commented 3 years ago

Thanks for the prompt response. Script solution will work in my case, I guess.