added libcurl cause that made the build not build

This commit is contained in:
db1234719
2025-11-26 20:22:43 +03:30
parent 74a928646f
commit 5d0f53ce49

View File

@@ -6,7 +6,7 @@ ENV PHP_VERSION=8.5.0
# Build dependencies # Build dependencies
RUN apk add \ RUN apk add \
build-base autoconf bison re2c \ build-base autoconf bison re2c \
curl tar \ libcurl curl tar \
libxml2-dev openssl-dev sqlite-dev zlib-dev pcre2-dev libzip-dev oniguruma-dev \ libxml2-dev openssl-dev sqlite-dev zlib-dev pcre2-dev libzip-dev oniguruma-dev \
postgresql-dev \ postgresql-dev \
freetype-dev libpng-dev libjpeg-turbo-dev libwebp-dev \ freetype-dev libpng-dev libjpeg-turbo-dev libwebp-dev \