From e3738d2208934d1689c6256339435ab35ea992d5 Mon Sep 17 00:00:00 2001 From: Heiko Rothe Date: Sat, 9 May 2020 23:31:04 +0200 Subject: [PATCH] lazylibrarian-ffmpeg: use apt-get --- root/etc/cont-init.d/98-ffmpeg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/cont-init.d/98-ffmpeg b/root/etc/cont-init.d/98-ffmpeg index b5e3dc0..6321ce5 100644 --- a/root/etc/cont-init.d/98-ffmpeg +++ b/root/etc/cont-init.d/98-ffmpeg @@ -1,4 +1,4 @@ #!/usr/bin/with-contenv bash echo "**** installing ffmpeg ****" -apt update && apt install -y ffmpeg \ No newline at end of file +apt-get update && apt-get install -y ffmpeg \ No newline at end of file