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 && \