ci(documentation): add the dockerfile
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
light7734 2025-09-18 19:39:32 +03:30
parent d448726350
commit 4941b68eab
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -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