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
# This Dockerfile installs required dependencies and builds | |
# the gst-plugin-ndi gstreamer plugin. | |
# Uncomment lines 9 through 23 if you want to install all | |
# available gstreamer plugins and CLI tools. | |
FROM rust | |
RUN apt-get update && apt-get install -y \ | |
# libgstreamer-plugins-base1.0-dev \ | |
# libgstreamer-plugins-bad1.0-dev \ |
OlderNewer