Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Created May 12, 2022 13:01
Show Gist options
  • Save percybolmer/d19899bbdec6b989b80a88863d3c2844 to your computer and use it in GitHub Desktop.
Save percybolmer/d19899bbdec6b989b80a88863d3c2844 to your computer and use it in GitHub Desktop.
docker file with entrypoint instead
FROM ubuntu
RUN apt-get -y update
RUN apt-get -y install ffmpeg
ENTRYPOINT ["ffmpeg"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment