1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 19:24:42 +01:00

Switch to pgsql in docker image

This commit is contained in:
Daniil Gentili 2024-04-07 14:39:55 +02:00
parent 5b67c00368
commit 7aab98053c

View File

@ -12,7 +12,7 @@ RUN apk add --no-cache make g++ && \
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
RUN chmod +x /usr/local/bin/install-php-extensions && \
install-php-extensions pcntl uv-beta ffi pq memprof intl gmp mbstring pdo_mysql xml dom iconv zip igbinary gd && \
install-php-extensions pcntl uv-beta ffi pgsql memprof intl gmp mbstring pdo_mysql xml dom iconv zip igbinary gd && \
rm /usr/local/bin/install-php-extensions
RUN apk add --no-cache ffmpeg nghttp2 jemalloc