Skip to content

Commit 4226c2a

Browse files
committed
disabled ssh2
1 parent 6b4f175 commit 4226c2a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

7.3/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
FROM php:7.3-fpm
22

3-
# ssh2
4-
RUN apt-get update && apt-get install -y libssh2-1-dev libssh2-1
5-
RUN pecl install ssh2-1.1.2
6-
RUN echo extension=ssh2.so >> /usr/local/etc/php/conf.d/ssh2.ini
7-
# ssh2
3+
## ssh2
4+
#RUN apt-get update && apt-get install -y libssh2-1-dev libssh2-1
5+
#RUN pecl install ssh2-1.1.2
6+
#RUN echo extension=ssh2.so >> /usr/local/etc/php/conf.d/ssh2.ini
7+
## ssh2
88

99
RUN apt-get update && apt-get install -y libz-dev libmemcached-dev
1010
RUN pecl install memcached-3.0.4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This is a docker php fpm image, based on the official php fpm image. It has the
3232
- calendar
3333
- ldap
3434
- redis
35-
- ssh2 (0.13 for php 5 and 1.1.3 for php 7 https://pecl.php.net/package/ssh2)
35+
- ssh2 (0.13 for php 5 and 1.1.3 for php 7 https://pecl.php.net/package/ssh2, currently disabled in 7.3)
3636
- amqp
3737
- sockets
3838
- composer cli (1.8.0)

0 commit comments

Comments
 (0)