light/tools/ci/documentation.dockerfile
light7734 14c2512202
Some checks are pending
continuous-integration/drone/push Build is running
add breathe & remove conan
2025-11-03 16:31:15 +03:30

26 lines
388 B
Docker

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 \
Sphinx \
sphinx_rtd_theme \
gitpython \
breathe