ci(documentation): add the dockerfile
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
d448726350
commit
4941b68eab
1 changed files with 27 additions and 0 deletions
27
tools/ci/documentation.dockerfile
Normal file
27
tools/ci/documentation.dockerfile
Normal 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
|
Loading…
Add table
Reference in a new issue