Skip to content

(Docker) Figure out how to get FFMPEG included in the docker image #210

@DaRealTurtyWurty

Description

@DaRealTurtyWurty

Currently file conversion and anything else using FFMPEG in the future will not work if the docker image is being used. This is because FFMPEG is not being installed in the docker image. Specifically, I will need this to work on my Ubuntu VPS, but having it work universally would be much more ideal if possible.

I have looked into this previously and from what I understand FFMPEG + Ubuntu are not a great match, and you should be able to read about how it works here, I just haven't had the time to properly look into it as of yet:
https://github.com/bramp/ffmpeg-cli-wrapper?tab=readme-ov-file#install-ffmpeg-on-ubuntu

Once it works, this will need to be uncommented:
https://github.com/DaRealTurtyWurty/SuperTurtyBot/blob/main/src/main/java/dev/darealturtywurty/superturtybot/TurtyBot.java#L131-L133

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions