jrottenberg/ffmpeg

is this project dead?

dpMerchant opened this issue · 2 comments

I'm getting an error when I try to create the docker for alpine313 version 5.0. Anyone know whats causing it? I'm new to this docker stuff.

"executor failed running [/bin/sh -c DIR=/tmp/libzmq && mkdir -p ${DIR} && cd ${DIR} && curl -sLO https://github.com/zeromq/libzmq/archive/v${LIBZMQ_VERSION}.tar.gz && echo ${LIBZMQ_SHA256SUM} | sha256sum --check && tar -xz --strip-components=1 -f v${LIBZMQ_VERSION}.tar.gz && ./autogen.sh && ./configure --prefix="${PREFIX}" && make && make check && make install && rm -rf ${DIR}]: exit code: 2"

Hello !

Can you give me more context on the command you are starting to run (which os, docker version and actual command line), so I can reproduce it.

It was built successfully on alpine313 for ffmpeg 5: https://dev.azure.com/video-tools/ffmpeg/_build/results?buildId=494&view=logs&j=aa4b8577-fff2-5479-2598-a1e501076d51&t=a1b80ea9-b39a-5a9f-10ce-14cc22655951

Hi, I extract the zip file, then I navigate with PowerShell to the folder

\ffmpeg-main\ffmpeg-main\docker-images\5.0\alpine313

Then I run the command

docker build -t ffmpeg-main .

I'm on Windows 10 64-bit.

Thanks for replying