Created
May 12, 2022 12:24
-
-
Save percybolmer/321dd0828eaccbd3c69c9c6bdea235ac to your computer and use it in GitHub Desktop.
docker file example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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