FROM fedora:35 # Install utilities, libraries, and dev tools. RUN yum install -y \ which \ libatomic \ cmake gcc-c++ git ninja-build python3 # Build and run this docker by mapping shaka-packager with # -v "shaka-packager:/shaka-packager".