2024-02-14 21:59:18 +00:00
|
|
|
FROM fedora:35
|
2017-12-07 22:41:14 +00:00
|
|
|
|
2021-10-13 18:00:37 +00:00
|
|
|
# Install utilities, libraries, and dev tools.
|
|
|
|
RUN yum install -y \
|
|
|
|
which \
|
2023-12-01 17:32:19 +00:00
|
|
|
libatomic \
|
|
|
|
cmake gcc-c++ git ninja-build python3
|
2022-03-09 00:46:18 +00:00
|
|
|
|
2017-12-07 22:41:14 +00:00
|
|
|
# Build and run this docker by mapping shaka-packager with
|
|
|
|
# -v "shaka-packager:/shaka-packager".
|