Skip to content

Commit

Permalink
Add ssh2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
P4sca1 authored Nov 20, 2024
1 parent 87fafbf commit 8328324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ FROM php:${PHP_VERSION}-fpm
ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/

# Install required PHP extensions for GExtension
RUN install-php-extensions mysqli bcmath zip curl
RUN install-php-extensions mysqli bcmath zip curl ssh2

0 comments on commit 8328324

Please sign in to comment.