Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is this project dead? #332

Open
dpMerchant opened this issue Feb 11, 2022 · 2 comments
Open

is this project dead? #332

dpMerchant opened this issue Feb 11, 2022 · 2 comments

Comments

@dpMerchant
Copy link

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"

@jrottenberg
Copy link
Owner

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

@dpMerchant
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants