fix: remove libpcre3-dev from Ubuntu 26.04 build, not available in this release

This commit is contained in:
Patrick Schratz 2026-04-24 13:38:48 +02:00
commit db8dd66a07
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -6,7 +6,7 @@ RUN set -x \
&& sed -i "s|Types: deb|Types: deb deb-src|g" /etc/apt/sources.list.d/ubuntu.sources \
&& export DEBIAN_FRONTEND=noninteractive \
&& apt update \
&& apt install -y curl libcurl4-openssl-dev libicu-dev libopenblas0-pthread libpcre2-dev libpcre3-dev unzip wget \
&& apt install -y curl libcurl4-openssl-dev libicu-dev libopenblas0-pthread libpcre2-dev unzip wget \
&& apt build-dep -y r-base
# Install s5cmd for S3 uploads (much faster than AWS CLI)