Skip to content

Commit

Permalink
Update PHP8.2 Runtime (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jubeki authored Dec 12, 2022
1 parent 6885f26 commit a8781d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions runtimes/8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ RUN apt-get update \
php8.2-xml php8.2-zip php8.2-bcmath php8.2-soap \
php8.2-intl php8.2-readline \
php8.2-ldap \
# php8.2-msgpack php8.2-igbinary php8.2-redis php8.2-swoole \
# php8.2-memcached php8.2-pcov php8.2-xdebug \
php8.2-msgpack php8.2-igbinary php8.2-redis php8.2-swoole \
php8.2-memcached php8.2-xdebug \
# php8.2-pcov \
&& php -r "readfile('https://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer \
&& curl -sLS https://deb.nodesource.com/setup_$NODE_VERSION.x | bash - \
&& apt-get install -y nodejs \
Expand Down

0 comments on commit a8781d0

Please sign in to comment.