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 1012264 commit 0f55a41Copy full SHA for 0f55a41
Dockerfile
@@ -1,6 +1,7 @@
1
FROM lambci/lambda-base:build
2
3
-RUN yum update -y
+# Using instructions from:
4
+# https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
5
6
RUN yum install -y install autoconf \
7
automake \
0 commit comments