|
FROM tgagor/centos:stream9
|
|
|
|
# Install utilities, libraries, and dev tools.
|
|
RUN yum install -y \
|
|
which \
|
|
c-ares-devel libatomic \
|
|
cmake gcc-c++ git python3
|
|
|
|
# Build and run this docker by mapping shaka-packager with
|
|
# -v "shaka-packager:/shaka-packager".
|