Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster authored Apr 14, 2024
1 parent 1f097f7 commit 3984ffb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ RUN apk add --no-cache \
libmcrypt-dev \
libxslt-dev \
libxml2-dev \
libssl-dev \
icu-dev \
zip \
linux-headers
unzip \
linux-headers \
pkg-config

RUN docker-php-ext-install \
opcache \
Expand Down Expand Up @@ -40,7 +43,7 @@ RUN docker-php-ext-install \
pgsql pdo_pgsql pdo_mysql

# MongoDB support
RUN pecl install mongodb \
RUN pecl install zlib zip mongodb \
&& docker-php-ext-enable mongodb

RUN curl -s https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer
Expand Down

0 comments on commit 3984ffb

Please sign in to comment.