File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 73
73
# Install PHP7 with Xdebug (dev environment)
74
74
RUN apt-get -yqq install \
75
75
php7.2 \
76
- php7.2-curl \
77
76
php7.2-bcmath \
78
77
php7.2-bz2 \
78
+ php7.2-curl \
79
79
php7.2-dev \
80
80
php7.2-gd \
81
81
php7.2-dom \
@@ -86,8 +86,8 @@ RUN apt-get -yqq install \
86
86
php7.2-ldap \
87
87
php7.2-mbstring \
88
88
php7.2-mysql \
89
- php7.2-oauth \
90
- php7.2-odbc \
89
+ php7.2-oauth \
90
+ php7.2-odbc \
91
91
php7.2-uploadprogress \
92
92
php7.2-ssh2 \
93
93
php7.2-xml \
Original file line number Diff line number Diff line change 73
73
# Install PHP7 with Xdebug (dev environment)
74
74
RUN apt-get -yqq install \
75
75
php7.3 \
76
- php7.3-apcu \
77
76
php7.3-bcmath \
78
77
php7.3-bz2 \
79
78
php7.3-curl \
@@ -87,22 +86,23 @@ RUN apt-get -yqq install \
87
86
php7.3-ldap \
88
87
php7.3-mbstring \
89
88
php7.3-mysql \
90
- php7.3-odbc \
89
+ php7.3-oauth \
90
+ php7.3-odbc \
91
+ php7.3-uploadprogress \
92
+ php7.3-ssh2 \
93
+ php7.3-xml \
94
+ php7.3-yaml \
95
+ php7.3-solr \
96
+ php7.3-zip \
97
+ php7.3-apcu \
91
98
php7.3-opcache \
92
99
php7.3-redis \
93
100
php7.3-opcache \
101
+ php7.3-memcached \
94
102
php7.3-xdebug \
95
- php7.3-xml \
96
- php7.3-yaml \
97
- php7.3-zip \
98
103
libapache2-mod-php7.3
99
104
100
- # php7.3-oauth \
101
- # php7.3-uploadprogress \
102
- # php7.3-ssh2 \
103
- # php7.3-solr \
104
- # php7.3-memcache \
105
- # php7.3-memcached \
105
+ # php7.3-memcache \ # No exist
106
106
107
107
108
108
# Install manually xhprof
You can’t perform that action at this time.
0 commit comments