
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) 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:
