Skip to content

Commit

Permalink
use pcre2-dev in build image
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Oct 11, 2023
1 parent 524fa47 commit cf48a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine/Dockerfile.builder
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN echo "Prepare base image filelist" \
&& export OS_FILELIST=/tmp/os_filelist \
&& find / \( -path /etc -o -path /dev -o -path /home -o -path /media -o -path /proc -o -path /mnt -o -path /root -o -path /sys -o -path /tmp -o -path /run \) -prune -o -print >> ${OS_FILELIST} \
&& echo "Preparing build environment" \
&& apk add --no-cache abuild git gcc build-base bison db-dev gawk flex expat-dev perl-dev postgresql-dev python3-dev pcre-dev mariadb-dev \
&& apk add --no-cache abuild git gcc build-base bison db-dev gawk flex expat-dev perl-dev postgresql-dev python3-dev pcre2-dev mariadb-dev \
libxml2-dev curl-dev unixodbc-dev confuse-dev ncurses-dev sqlite-dev lua-dev openldap-dev \
net-snmp-dev libuuid libev-dev jansson-dev json-c-dev libevent-dev linux-headers \
libmemcached-dev rabbitmq-c-dev hiredis-dev libmaxminddb-dev libunistring-dev freeradius-client-dev lksctp-tools-dev ruby-dev \
Expand Down

0 comments on commit cf48a82

Please sign in to comment.