Update 'Sources/config/Dockerfile'
continuous-integration/drone/push Build is failing Details

clean_web
Antoine PEREDERII 1 year ago
parent 8a522b7aca
commit 820aecc0c3

@ -10,15 +10,6 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
RUN docker-php-ext-install pdo pdo_mysql RUN docker-php-ext-install pdo pdo_mysql
# Installation des dépendances nécessaires pour compiler l'extension
RUN apt-get update && \
apt-get install -y \
libcouchbase-dev \
build-essential
# Téléchargement et installation de l'extension couchbase
RUN pecl install couchbase && docker-php-ext-enable couchbase
# Copy configs # Copy configs
COPY ./config/virtual-host.conf /etc/apache2/sites-available/000-default.conf COPY ./config/virtual-host.conf /etc/apache2/sites-available/000-default.conf
COPY ./config/httpd.conf /etc/apache2/httpd.conf COPY ./config/httpd.conf /etc/apache2/httpd.conf

Loading…
Cancel
Save