diff --git a/Sources/config/Dockerfile b/Sources/config/Dockerfile index 63ff3f5b..a2a49abe 100755 --- a/Sources/config/Dockerfile +++ b/Sources/config/Dockerfile @@ -10,11 +10,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local RUN docker-php-ext-install pdo pdo_mysql -RUN apt-get update && \ - apt-get install -y \ - libcouchbase-dev \ - && pecl install couchbase \ - && docker-php-ext-enable couchbase +RUN apk update && apk add --no-cache libcouchbase-dev && pecl install couchbase && docker-php-ext-enable couchbase # Copy configs COPY ./config/virtual-host.conf /etc/apache2/sites-available/000-default.conf