We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
minor problem in deps.sh. ffmpeg install requires x265 now. In ubuntu 16.04, that requires:
apt install x265 libx265-dev
The text was updated successfully, but these errors were encountered:
apt install libx265-dev is in the Dockerfile.base.
I will add it to the script for building the staging machine in the AWS Kubernetes example, as well.
Thanks!
Sorry, something went wrong.
I have created a new PR to address this issue. Thanks.
No branches or pull requests
minor problem in deps.sh. ffmpeg install requires x265 now. In ubuntu 16.04, that requires:
apt install x265 libx265-dev
The text was updated successfully, but these errors were encountered: