From f95e49aace7c1b1c73e7f50a4016aeb293102ceb Mon Sep 17 00:00:00 2001 From: kamkow1 Date: Thu, 23 Apr 2026 21:32:21 +0200 Subject: [PATCH] Dockerfile install autotools-dev and autoconf --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1ca967c..222fa21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 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 && \ ln -sf /usr/bin/clang-doc-21 /usr/bin/clang-doc && \