gerground.blogg.se

Ffmpeg docker
Ffmpeg docker











ffmpeg docker

[ cmp du getconf logger nproc pgrep seq tac uniq wc When I docker exec -ti faithful_word bash into the running container I don’t see the ffmpeg binary: bash-5.1$ pwd getting a similar error: faithful_word | Server: localhost:4000 (http)įaithful_word | ** (exit) an exception was raised:įaithful_word | ** (ErlangError) Erlang error: :enoentįaithful_word | :erlang.open_port(])įaithful_word | (elixir 1.12.3) lib/system.ex:1052: System.do_cmd/3 I noticed that the owner and group are nobody, which appears to “smell” to me: bash-5.1$ ls -lsĨ drwxr-xr-x 1 nobody nobody 4096 Jan 6 19:10 binĤ -rwxr-xr-x 1 nobody nobody 602 Oct 18 03:02 entrypoint.shĨ drwxr-xr-x 1 nobody nobody 4096 Jan 6 19:10 erts-12.0.4ħ2816 -rwxr-xr-x 1 nobody nobody 74563488 ffprobeĨ drwxr-xr-x 1 nobody nobody 4096 Jan 6 19:10 libĨ drwxr-xr-x 1 nobody nobody 4096 Jan 6 19:10 releasesĤ drwxr-xr-x 2 nobody nobody 4096 Jan 6 19:12 tmpįull Dockerfile: Dockerfile # STEP 1 - BUILD RELEASE I can try copying over the ffprobe that I have in the second build phase but how do I know what binary to download that will run on alpine? I am aware of this page: FFbinaries - Download binaries for ffmpeg, ffprobe, ffserver and ffplay (cross-platform: Windows, Mac, Linux)

ffmpeg docker

I can fetch ffmpeg OK: RUN apk add -update git \īut putting ffprobe \ in the above command results in: # cannot use alpine 3.14.0 because of issue here with bcrypt-elxir compiling using make on docker:įROM hexpm/elixir:1.12.3-erlang-24.0.6-alpine-3.13.5 AS build Here is the first portion of my Dockerfile(link to full Dockerfile below): # STEP 1 - BUILD RELEASE Yes I’m using an alpine based image and I’m almost there with your suggestion to apk add them:













Ffmpeg docker