From 455af64c2eb2ed0888f5861a7719f92b28aa4a9d Mon Sep 17 00:00:00 2001 From: Antoine PEREDERII Date: Tue, 26 Mar 2024 22:02:30 +0100 Subject: [PATCH] Update 'Sources/config/Dockerfile' --- Sources/config/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Sources/config/Dockerfile b/Sources/config/Dockerfile index 0a29f67e..885c084c 100755 --- a/Sources/config/Dockerfile +++ b/Sources/config/Dockerfile @@ -10,9 +10,6 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local RUN docker-php-ext-install pdo pdo_mysql -# Installation de l'extension PHP ext-couchbase -RUN docker-php-ext-install couchbase - # Copy configs COPY ./config/virtual-host.conf /etc/apache2/sites-available/000-default.conf COPY ./config/httpd.conf /etc/apache2/httpd.conf