Skip to content

Commit

Permalink
Update DockerfileAlpine
Browse files Browse the repository at this point in the history
  • Loading branch information
ariaieboy authored Nov 29, 2023
1 parent 985f2e5 commit 778d9ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtimes/8.3/DockerfileAlpine
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ 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 imagick
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
# imagick
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 778d9ec

Please sign in to comment.