Skip to content

Commit

Permalink
Add php8.2-ssh2 ext
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkregel committed Sep 6, 2023
1 parent 54fa345 commit 8245904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apt-get update \
php8.2-intl php8.2-readline \
php8.2-ldap php8.2-ssh2 \
php8.2-msgpack php8.2-igbinary php8.2-redis php8.2-swoole \
php8.2-memcached php8.2-pcov php8.2-xdebug \
php8.2-memcached php8.2-pcov php8.2-xdebug php8.2-ssh2 \
&& curl -sLS 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 8245904

Please sign in to comment.