From 76f0881d49f5efbc7002d2a5093c77eb20716642 Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Sun, 15 Jan 2017 14:45:21 -0500 Subject: [PATCH] Inform users that Docker now includes ffmpeg (#1782) Prior to this release, some people may have extended the base Docker image to install `ffmpeg` or `libav` themselves. This is no longer necessary. We should therefore alert these users to this change so they're not installing extra/conflicting packages. --- source/_posts/2017-01-14-iss-usps-images-packages.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_posts/2017-01-14-iss-usps-images-packages.markdown b/source/_posts/2017-01-14-iss-usps-images-packages.markdown index 9762db10ad9..c627059c1c4 100644 --- a/source/_posts/2017-01-14-iss-usps-images-packages.markdown +++ b/source/_posts/2017-01-14-iss-usps-images-packages.markdown @@ -69,6 +69,7 @@ The new [image processing component][image] currently works with [number plates] - Media player - SqueezeBox: Switch to JSON-RPC ([@dasos]) - Scripts: Support for `last_triggered` ([@Danielhiversen]) - Media player: Support for `SUPPORT_PLAY` flag ([@armills]) +- Docker: `ffmpeg` is now included by default ([@colinodell]) - Minor and not so minor features and bug fixes by [@balloob], [@pvizeli], [@fabaff], [@mezz64], [@andrey-git], [@aequitas], [@abmantis], [@turbokongen], [@jabesq], [@michaelarnauts], [@kellerza], [@titilambert], [@btorresgil], [@henworth], [@armills], [@mjg59], [@Giannie], [@n8henrie], [@magicus], [@florianholzapfel], [@MrMep], [@bah2830], [@happyleavesaoc], [@lwis], [@glance-], [@markferry], and [@nikdoof]. ## {% linkable_title Breaking changes %} @@ -96,6 +97,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@balloob]: https://github.com/balloob [@brandonweeks]: https://github.com/brandonweeks [@btorresgil]: https://github.com/btorresgil +[@colinodell]: https://github.com/colinodell [@Danielhiversen]: https://github.com/Danielhiversen [@danieljkemp]: https://github.com/danieljkemp [@danielperna84]: https://github.com/danielperna84