Dockerfile install autotools-dev and autoconf
This commit is contained in:
@@ -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 && \
|
||||||
|
|||||||
Reference in New Issue
Block a user