mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 21:14:43 +01:00
Switch to pgsql in docker image
This commit is contained in:
parent
5b67c00368
commit
7aab98053c
@ -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/
|
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 && \
|
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
|
rm /usr/local/bin/install-php-extensions
|
||||||
|
|
||||||
RUN apk add --no-cache ffmpeg nghttp2 jemalloc
|
RUN apk add --no-cache ffmpeg nghttp2 jemalloc
|
||||||
|
Loading…
Reference in New Issue
Block a user