shaka-packager/packager/testing/dockers/CentOS_Dockerfile

11 lines
278 B
Plaintext
Raw Normal View History

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".