Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Created May 12, 2022 12:24
Show Gist options
  • Save percybolmer/321dd0828eaccbd3c69c9c6bdea235ac to your computer and use it in GitHub Desktop.
Save percybolmer/321dd0828eaccbd3c69c9c6bdea235ac to your computer and use it in GitHub Desktop.
docker file example
FROM ubuntu
RUN apt-get -y update
RUN apt-get -y install ffmpeg
CMD ffmpeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment