Hi everyone, I’ve been trying to make a discord bot that uses ffmpeg for music playback. It is remotely hosted on Fly.io and I have installed ffmpeg to my computer’s PATH, but my bot cannot access it because it is remotely hosted. Is there a way to have my bot access ffmpeg like a Heroku buildpath or something similar?
Edit: I added RUN apk add ffmpeg like a previous post suggested but this doesn’t work because I get the error “apk: not found”. Any ideas?