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