Skip to content

Commit 0514441

Browse files
committed
https://docs.docker.com/reference/build-checks/legacy-key-value-format/
1 parent 63ea4cc commit 0514441

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ COPY src/bind /src/src/bind
172172
COPY src/fftools /src/src/fftools
173173
COPY build/ffmpeg-wasm.sh build.sh
174174
# libraries to link
175-
ENV FFMPEG_LIBS \
175+
ENV FFMPEG_LIBS="\
176176
-lx264 \
177177
-lx265 \
178178
-lvpx \
@@ -191,7 +191,7 @@ ENV FFMPEG_LIBS \
191191
-lfribidi \
192192
-lharfbuzz \
193193
-lass \
194-
-lzimg
194+
-lzimg"
195195
RUN mkdir -p /src/dist/umd && bash -x /src/build.sh \
196196
${FFMPEG_LIBS} \
197197
-o dist/umd/ffmpeg-core.js

0 commit comments

Comments
 (0)