From 4941b68eabe0aa3f49a6723147fb1ad832808591 Mon Sep 17 00:00:00 2001 From: light7734 Date: Thu, 18 Sep 2025 19:39:32 +0330 Subject: [PATCH] ci(documentation): add the dockerfile --- tools/ci/documentation.dockerfile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 tools/ci/documentation.dockerfile diff --git a/tools/ci/documentation.dockerfile b/tools/ci/documentation.dockerfile new file mode 100644 index 0000000..94a8011 --- /dev/null +++ b/tools/ci/documentation.dockerfile @@ -0,0 +1,27 @@ +FROM alpine:latest + +RUN apk add --no-cache \ + bash \ + clang \ + llvm \ + cmake \ + git \ + make \ + g++ \ + python3 \ + py3-pip \ + mesa-dev \ + mesa-gl \ + pkgconf \ + clang-extra-tools \ + mold \ + ninja \ + doxygen \ + openssh + +RUN pip install --no-cache-dir --break-system-packages \ + conan \ + gitpython \ + Sphinx \ + sphinx_rtd_theme \ + && conan profile detect