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 976e090 commit 5e4d8eaCopy full SHA for 5e4d8ea
packages/build/src/extensions/core/ffmpeg.ts
@@ -57,7 +57,7 @@ export function ffmpeg7(): BuildExtension {
57
context.logger.debug("Adding ffmpeg 7");
58
59
context.addLayer({
60
- id:"ffmpeg",
+ id:"ffmpeg7",
61
image: {
62
instructions:[
63
"RUN apt-get update && apt-get install -y --no-install-recommends wget xz-utils && apt-get clean && rm -rf /var/lib/apt/lists/*",
0 commit comments