Skip to content

Commit

Permalink
Dockerfile: specified package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
s-aebischer committed Dec 12, 2024
1 parent 9f79b80 commit 379ee93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ RUN pecl install mongodb-1.16.2 \
&& pecl install apcu \
&& pecl install imagick-3.4.4 \
# TODO: use imagick on php 7.4
&& pecl install smbclient \
&& pecl install smbclient-1.1.2 \
# TODO: use smbclient on php 7.4
&& pecl install sqlsrv-5.8.1 \
&& pecl install pdo_sqlsrv-5.8.1 \
&& docker-php-ext-enable mongodb apcu imagick smbclient pcntl sqlsrv pdo_sqlsrv mysqli
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ RUN pecl install mongodb-1.16.2 \
&& pecl install apcu \
&& pecl install imagick-3.4.4 \
# TODO: use imagick on php > 7.2
&& pecl install smbclient \
&& pecl install smbclient-1.1.2 \
# TODO: use smbclient on php 7.4
&& pecl install sqlsrv-5.8.1 \
&& pecl install pdo_sqlsrv-5.8.1 \
&& pecl install swoole-4.8.6 \
Expand Down

0 comments on commit 379ee93

Please sign in to comment.