added ffmpeg-package

This commit is contained in:
Andre
2018-08-21 12:20:01 +02:00
parent 609804ea0d
commit 834fd976c0
2 changed files with 9 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ MAINTAINER Andre Germann <info@buanet.de>
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y build-essential python apt-utils curl avahi-daemon git libpcap-dev libavahi-compat-libdnssd-dev libfontconfig gnupg2 locales procps libudev-dev unzip sudo wget RUN apt-get update && apt-get install -y build-essential python apt-utils curl avahi-daemon git libpcap-dev libavahi-compat-libdnssd-dev libfontconfig gnupg2 locales procps libudev-dev unzip sudo wget ffmpeg
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash RUN curl -sL https://deb.nodesource.com/setup_6.x | bash
RUN apt-get install -y nodejs RUN apt-get install -y nodejs

View File

@@ -1,21 +1,24 @@
# docker-iobroker # docker-iobroker
Docker image for ioBroker (http://iobroker.net) based on debian:latest (http://hub.docker.com/_/debian/) Docker image for ioBroker (http://iobroker.net) based on debian:latest (http://hub.docker.com/_/debian/)
This project creates a Docker image for running ioBroker in a Docker container. It is made for and tested on a Synology Disk Station 1515+ with DSM 6 and Docker-Package installed. But it should also work on other systems with Docker!<br> This project creates a Docker image for running ioBroker in a Docker container. It is made for and tested on a Synology Disk Station 1515+ with DSM 6 and Docker-package installed. But it should also work on other systems with Docker!<br>
Cause the container ist based on debian:latest, it acts nearly like a full virtual machine. That makes it possible to easily add some additional dependies for some ioBroker-Adapters. Cause the container ist based on debian:latest, it acts nearly like a full virtual machine. That makes it possible to easily add some additional dependies for some ioBroker-Adapters.
## Installation & Usage ## Installation & Usage
A detailed tutorial (german) can be found on my Website (https://buanet.de/2017/09/iobroker-unter-docker-auf-der-synology-diskstation/).<br> A detailed tutorial (german) can be found on my website (https://buanet.de/2017/09/iobroker-unter-docker-auf-der-synology-diskstation/).<br>
For discussion and support please visit ioBroker-forum-thread (http://forum.iobroker.net/viewtopic.php?f=17&t=5089) or use the comments section at the linked tutorial. Please do not contact me directly for any support-reasons. Every support-question should be answered in a public place. Thank you. For discussion and support please visit ioBroker-forum-thread (http://forum.iobroker.net/viewtopic.php?f=17&t=5089) or use the comments section at the linked tutorial. Please do not contact me directly for any support-reasons. Every support-question should be answered in a public place. Thank you.
## Changelog ## Changelog
### v1.1.2 (2018-04-04) ### v1.1.3beta (2018-08-21)
* added ffmpeg-package for yahka to support webcams
### v1.1.2beta (2018-04-04)
* added ENV for timezone issue * added ENV for timezone issue
### v1.1.1 (2018-03-29) ### v1.1.1beta (2018-03-29)
* added wget package * added wget package
* updated readme.md * updated readme.md
@@ -26,7 +29,7 @@ For discussion and support please visit ioBroker-forum-thread (http://forum.iobr
* added z-wave support * added z-wave support
* added logging to /opt/scripts/docker_iobroker_log.txt * added logging to /opt/scripts/docker_iobroker_log.txt
### v1.0.1 (2017-08-25) ### v1.0.1beta (2017-08-25)
* fixed locales issue * fixed locales issue
### v1.0.0 (2017-08-22) ### v1.0.0 (2017-08-22)