Distro builders: install patch for mklove

This commit is contained in:
Magnus Edenhill 2022-06-27 13:45:34 +02:00
Родитель 305ac2432e
Коммит 83bddc031d
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -9,7 +9,7 @@ if [ "$1" = "--in-docker" ]; then
# Runs in docker, performs the actual build.
shift
apk add bash curl gcc g++ make musl-dev linux-headers bsd-compat-headers git python3 perl
apk add bash curl gcc g++ make musl-dev linux-headers bsd-compat-headers git python3 perl patch
git clone /v /librdkafka

Просмотреть файл

@ -28,7 +28,7 @@ fi
set -u
apt-get update
apt-get install -y gcc g++ zlib1g-dev python3 git-core make
apt-get install -y gcc g++ zlib1g-dev python3 git-core make patch
# Copy the librdkafka git archive to a new location to avoid messing