Skip to content

Commit

Permalink
pecl install ssh2
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 committed Feb 29, 2024
1 parent 6164c86 commit ebb298e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ RUN apt-get install -y unzip zlib1g zlib1g-dev libssl-dev
RUN pecl install memcache apcu
RUN docker-php-ext-enable memcache apcu

# ssh2
RUN apt-get install -y libssh2-1-dev
RUN pecl install ssh2
RUN docker-php-ext-enable ssh2

# Download and install Total Cache plugin
RUN curl -o w3-total-cache.zip -L -O https://downloads.wordpress.org/plugin/w3-total-cache.2.7.0.zip && \
unzip w3-total-cache.zip -d /usr/src/wordpress/wp-content/plugins && \
Expand Down

0 comments on commit ebb298e

Please sign in to comment.