Skip to content

Commit 8d937b8

Browse files
committed
fix: install autotools in Docker builder for libelf build
The slim base image lacks m4 and autoconf which libelf/0.8.13 needs for autoreconf during Conan build.
1 parent b1f9618 commit 8d937b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FROM base AS builder
1111
# Install required dependencies and configure LLVM
1212
ARG LLVM_VERSION=20
1313
RUN apt-get update -y -qq \
14-
&& apt-get install -y -qq build-essential lsb-release git wget software-properties-common gnupg \
14+
&& apt-get install -y -qq build-essential lsb-release git wget software-properties-common gnupg autoconf automake libtool m4 \
1515
&& wget https://apt.llvm.org/llvm.sh \
1616
&& chmod +x llvm.sh \
1717
&& ./llvm.sh ${LLVM_VERSION} \

0 commit comments

Comments
 (0)