Dockerfile install autotools-dev and autoconf
Some checks failed
Build ISO image / build-and-deploy (push) Failing after 6m42s
Build documentation / build-and-deploy (push) Successful in 28s

This commit is contained in:
2026-04-23 21:32:21 +02:00
parent 8ee98e53cd
commit f95e49aace

View File

@@ -16,7 +16,8 @@ RUN wget https://apt.llvm.org/llvm.sh -O /llvm.sh && chmod +x /llvm.sh && /ll
RUN wget https://deb.nodesource.com/setup_20.x -O /setup_node.sh && chmod +x /setup_node.sh && /setup_node.sh RUN wget https://deb.nodesource.com/setup_20.x -O /setup_node.sh && chmod +x /setup_node.sh && /setup_node.sh
RUN apt-get install -y make rsync clang-21 clang-tools-21 llvm-21 bear lld xorriso \ RUN apt-get install -y make rsync clang-21 clang-tools-21 llvm-21 bear lld xorriso \
zip gnupg openssh-client nodejs git build-essential qemu-system zip gnupg openssh-client nodejs git build-essential qemu-system \
autotools-dev autoconf
RUN ln -sf /usr/bin/clang-21 /usr/bin/clang && \ RUN ln -sf /usr/bin/clang-21 /usr/bin/clang && \
ln -sf /usr/bin/clang-doc-21 /usr/bin/clang-doc && \ ln -sf /usr/bin/clang-doc-21 /usr/bin/clang-doc && \