Skip to content

Commit abd41d4

Browse files
authored
docker: Add autoconf-archive (#496)
It's necessary for some new deps: ``` configure.ac:29: error: AX_PTHREAD not found. Please install autoconf-archive or place ax_pthread.m4 in m4/ ``` Signed-off-by: Jonh Wendell <jwendell@redhat.com>
1 parent 25b4356 commit abd41d4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docker/linux/debian/fun.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ USER_ID="${USER_ID:-1000}"
6262
USER_NAME="${USER_NAME:-envoybuild}"
6363
WORKER_PACKAGES=(
6464
autoconf
65+
autoconf-archive
6566
automake
6667
libtool
6768
m4

docker/linux/ubuntu/fun.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ CI_PACKAGES=(
4949
time
5050
sudo)
5151
UBUNTU_PACKAGES=(
52+
autoconf-archive
5253
automake
5354
byobu
5455
bzip2

0 commit comments

Comments
 (0)