File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ ENV CONTAINER_STARTED_LOCK=/var/lock/container.starting
27
27
28
28
RUN apt-get update && apt-get install -y --no-install-recommends wget vim supervisor libfreetype6-dev libjpeg-dev libjpeg62-turbo-dev \
29
29
libmcrypt-dev libpng-dev libssl-dev libaio1 git libcurl4-openssl-dev libxslt-dev \
30
- libldap2-dev libicu-dev libc-client-dev libkrb5-dev libsqlite3-dev libedit-dev \
30
+ libldap2-dev libicu-dev libc-client-dev libkrb5-dev libsqlite3-dev libedit-dev libpq-dev \
31
31
sudo zlib1g zlib1g-dev libzip4 libzip-dev zip unzip librabbitmq-dev && \
32
32
rm -rf /var/lib/apt/lists/*
33
33
@@ -36,7 +36,7 @@ RUN a2enmod rewrite unique_id headers
36
36
RUN docker-php-ext-configure gd --with-jpeg \
37
37
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
38
38
&& docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
39
- && docker-php-ext-install -j$(nproc) bcmath gd pdo_mysql calendar exif gettext shmop soap sockets intl pcntl xsl ldap imap
39
+ && docker-php-ext-install -j$(nproc) bcmath gd pdo_mysql pdo_pgsql calendar exif gettext shmop soap sockets intl pcntl xsl ldap imap
40
40
41
41
RUN echo "---> Adding Redis" && \
42
42
pecl install redis && \
You can’t perform that action at this time.
0 commit comments