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 e2464da commit 1012264Copy full SHA for 1012264
build.sh
@@ -0,0 +1,6 @@
1
+#!/bin/sh
2
+
3
+export FFMPEG_VERSION=4.1.3
4
5
+docker build --build-arg FFMPEG_VERSION -t ffmpeg-lambda-layer .
6
+docker run --rm ffmpeg-lambda-layer cat /tmp/ffmpeg-${FFMPEG_VERSION}.zip > ./layer.zip
0 commit comments