File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/build/src/extensions/core Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export function ffmpeg(options: FfmpegOptions = {}): BuildExtension {
4040 image : {
4141 instructions : [
4242 // Install ffmpeg after checksum validation
43- "RUN apt-get update && apt-get install -y --no-install-recommends wget xz-utils && apt-get clean && rm -rf /var/lib/apt/lists/* && " +
43+ "RUN apt-get update && apt-get install -y --no-install-recommends wget xz-utils nscd && apt-get clean && rm -rf /var/lib/apt/lists/* && " +
4444 "wget https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz.md5 -O ffmpeg.tar.xz.md5 && " +
4545 "wget https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz -O ffmpeg.tar.xz && " +
4646 "md5sum -c ffmpeg.tar.xz.md5 && " +
You can’t perform that action at this time.
0 commit comments