Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thirsch authored Nov 30, 2023
1 parent cdb0455 commit 22b3959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 8.3-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
RUN apt-get update \
&& apt-get install -y libzip-dev zlib1g-dev git libssl-dev zip libxml2-dev \
&& docker-php-ext-install pdo pdo_mysql opcache zip soap sockets \
&& pecl install mongodb xdebug-beta \
&& pecl install mongodb xdebug \
&& docker-php-ext-enable mongodb xdebug \
&& apt-get clean

0 comments on commit 22b3959

Please sign in to comment.