We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ac948 commit e3738d2Copy full SHA for e3738d2
root/etc/cont-init.d/98-ffmpeg
@@ -1,4 +1,4 @@
1
#!/usr/bin/with-contenv bash
2
3
echo "**** installing ffmpeg ****"
4
-apt update && apt install -y ffmpeg
+apt-get update && apt-get install -y ffmpeg
0 commit comments