shaka-packager/packager/testing/dockers/Fedora_Dockerfile

11 lines
265 B
Plaintext
Raw Normal View History

FROM fedora:34
# 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".