Skip to content

Commit

Permalink
sync with sail 1.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ariaieboy committed Nov 19, 2024
1 parent ec66525 commit 638f9da
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion runtimes/8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get update \
&& apt-get update \
&& apt-get install -y php8.1-cli php8.1-dev \
php8.1-pgsql php8.1-sqlite3 php8.1-gd \
php8.1-curl \
php8.1-curl php8.4-mongodb \
php8.1-imap php8.1-mysql php8.1-mbstring \
php8.1-xml php8.1-zip php8.1-bcmath php8.1-soap \
php8.1-intl php8.1-readline \
Expand Down
2 changes: 1 addition & 1 deletion runtimes/8.1/DockerfileAlpine
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/

RUN chmod +x /usr/local/bin/install-php-extensions && \
install-php-extensions @composer pgsql pcov gd imap zip bcmath pcntl soap intl exif ldap msgpack igbinary redis swoole opcache memcached pdo_pgsql pdo_mysql xhprof xdebug
install-php-extensions @composer pgsql pcov mongodb gd imap zip bcmath pcntl soap intl exif ldap msgpack igbinary redis swoole opcache memcached pdo_pgsql pdo_mysql xhprof xdebug
# imagick
COPY --from=node /usr/lib /usr/lib
COPY --from=node /usr/local/lib /usr/local/lib
Expand Down
2 changes: 1 addition & 1 deletion runtimes/8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get update \
&& apt-get update \
&& apt-get install -y php8.2-cli php8.2-dev \
php8.2-pgsql php8.2-sqlite3 php8.2-gd \
php8.2-curl \
php8.2-curl php8.4-mongodb \
php8.2-imap php8.2-mysql php8.2-mbstring \
php8.2-xml php8.2-zip php8.2-bcmath php8.2-soap \
php8.2-intl php8.2-readline \
Expand Down
2 changes: 1 addition & 1 deletion runtimes/8.2/DockerfileAlpine
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/

RUN chmod +x /usr/local/bin/install-php-extensions && \
install-php-extensions @composer pgsql pcov gd imap zip bcmath pcntl soap intl exif ldap msgpack igbinary redis swoole opcache memcached pdo_pgsql pdo_mysql xhprof xdebug
install-php-extensions @composer pgsql pcov mongodb gd imap zip bcmath pcntl soap intl exif ldap msgpack igbinary redis swoole opcache memcached pdo_pgsql pdo_mysql xhprof xdebug
# imagick
COPY --from=node /usr/lib /usr/lib
COPY --from=node /usr/local/lib /usr/local/lib
Expand Down
2 changes: 1 addition & 1 deletion runtimes/8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get update \
&& apt-get update \
&& apt-get install -y php8.3-cli php8.3-dev \
php8.3-pgsql php8.3-sqlite3 php8.3-gd \
php8.3-curl \
php8.3-curl php8.4-mongodb \
php8.3-imap php8.3-mysql php8.3-mbstring \
php8.3-xml php8.3-zip php8.3-bcmath php8.3-soap \
php8.3-intl php8.3-readline \
Expand Down
2 changes: 1 addition & 1 deletion runtimes/8.3/DockerfileAlpine
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/

RUN chmod +x /usr/local/bin/install-php-extensions && \
install-php-extensions @composer pgsql pcov gd imap zip bcmath pcntl soap intl exif ldap msgpack igbinary redis swoole opcache memcached pdo_pgsql pdo_mysql xhprof xdebug
install-php-extensions @composer pgsql pcov mongodb gd imap zip bcmath pcntl soap intl exif ldap msgpack igbinary redis swoole opcache memcached pdo_pgsql pdo_mysql xhprof xdebug
# imagick
COPY --from=node /usr/lib /usr/lib
COPY --from=node /usr/local/lib /usr/local/lib
Expand Down
2 changes: 1 addition & 1 deletion runtimes/8.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get update \
&& apt-get update \
&& apt-get install -y php8.4-cli php8.4-dev \
php8.4-pgsql php8.4-sqlite3 php8.4-gd \
php8.4-curl \
php8.4-curl php8.4-mongodb \
php8.4-imap php8.4-mysql php8.4-mbstring \
php8.4-xml php8.4-zip php8.4-bcmath php8.4-soap \
php8.4-intl php8.4-readline \
Expand Down
2 changes: 1 addition & 1 deletion runtimes/8.4/DockerfileAlpine
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/do

RUN chmod +x /usr/local/bin/install-php-extensions && \
# pcov swoole imagick xdebug
install-php-extensions @composer pgsql gd imap zip bcmath pcntl soap intl exif ldap msgpack igbinary redis opcache memcached pdo_pgsql pdo_mysql xhprof
install-php-extensions @composer pgsql mongodb gd imap zip bcmath pcntl soap intl exif ldap msgpack igbinary redis opcache memcached pdo_pgsql pdo_mysql xhprof
COPY --from=node /usr/lib /usr/lib
COPY --from=node /usr/local/lib /usr/local/lib
COPY --from=node /usr/local/include /usr/local/include
Expand Down

0 comments on commit 638f9da

Please sign in to comment.