Files
docker-deployment/build/scripts/multimedia.sh

7 lines
283 B
Bash

## Enable multimedia sources in APT
echo 'deb http://www.deb-multimedia.org stretch main non-free' >> /etc/apt/sources.list
echo 'deb-src http://www.deb-multimedia.org stretch main non-free' >> /etc/apt/sources.list
apt update
apt_install_permanent deb-multimedia-keyring
apt update