update pooler build dependencies

This commit is contained in:
Felix Kunde 2026-04-24 17:20:49 +02:00
parent 62cafdc132
commit 0f1b4073a1
1 changed files with 13 additions and 3 deletions

View File

@ -1,9 +1,19 @@
ARG BASE_IMAGE=alpine:3.22
FROM ${BASE_IMAGE} AS build_stage
RUN apk --update add \
autoconf automake build-base c-ares-dev git libevent-dev libtool m4 \
openssl-dev py3-docutils py3-pip python3
RUN apk add -U --no-cache \
autoconf \
automake \
curl \
gcc \
libc-dev \
libevent \
libevent-dev \
libtool \
make \
openssl-dev \
pkgconfig \
git
WORKDIR /src