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
2727
2828RUN  apt-get update && apt-get install -y --no-install-recommends wget vim supervisor libfreetype6-dev libjpeg-dev libjpeg62-turbo-dev \
2929    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  \
3131    sudo zlib1g zlib1g-dev libzip4 libzip-dev zip unzip librabbitmq-dev && \
3232    rm -rf /var/lib/apt/lists/*
3333
@@ -36,7 +36,7 @@ RUN a2enmod rewrite unique_id headers
3636RUN  docker-php-ext-configure gd --with-jpeg \
3737    && docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
3838    && 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
4040
4141RUN  echo "---> Adding Redis"  && \
4242    pecl install redis && \
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments