Skip to content

Instantly share code, notes, and snippets.

@mhemrg
Created February 23, 2020 10:01
Show Gist options
  • Save mhemrg/31d1308223d7b51b0512af4748748810 to your computer and use it in GitHub Desktop.
Save mhemrg/31d1308223d7b51b0512af4748748810 to your computer and use it in GitHub Desktop.
Laravel + FFMPEG
FROM liararepo/laravel-platform:frontend
FROM liararepo/laravel-platform:backend
RUN apt-get update && apt-get install -y ffmpeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment