Skip to content

Commit 9e0a1f8

Browse files
committed
Add missing dependencies for libxml: autoconf automake & libtool
1 parent 8a7add2 commit 9e0a1f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/docker/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ RUN apt-get --allow-releaseinfo-change update && apt-get install -y --no-install
2727
pkg-config \
2828
make \
2929
git \
30+
autoconf \
31+
automake \
32+
libtool \
3033
&& apt-get clean \
3134
&& rm -rf /var/lib/apt/lists/*
3235

0 commit comments

Comments
 (0)