File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -49,16 +49,12 @@ RUN ln -s /usr/lib/libc-client.a /usr/lib/x86_64-linux-gnu/libc-client.a && \
49
49
--with-config-file-scan-dir=${PHP_DIR}/lib/conf.d \
50
50
--with-pdo-pgsql \
51
51
--with-zlib-dir \
52
- --with-freetype-dir \
53
52
--enable-mbstring \
54
- --with-libxml-dir=/usr \
55
53
--enable-soap \
56
54
--enable-intl \
57
55
--enable-calendar \
58
56
--with-curl \
59
- --with-mcrypt \
60
57
--with-zlib \
61
- --with-gd \
62
58
--with-pgsql \
63
59
--disable-rpath \
64
60
--enable-inline-optimization \
@@ -73,14 +69,8 @@ RUN ln -s /usr/lib/libc-client.a /usr/lib/x86_64-linux-gnu/libc-client.a && \
73
69
--enable-exif \
74
70
--enable-bcmath \
75
71
--with-mhash \
76
- --enable-zip \
77
- --with-pcre-regex \
78
- --with-mysql \
79
72
--with-pdo-mysql \
80
73
--with-mysqli \
81
- --with-jpeg-dir=/usr \
82
- --with-png-dir=/usr \
83
- --enable-gd-native-ttf \
84
74
--with-openssl \
85
75
--with-fpm-user=www-data \
86
76
--with-fpm-group=www-data \
Original file line number Diff line number Diff line change 1
1
{
2
2
"require" : {
3
- "php" : " ^7.2|^7.3|7.4"
3
+ "php" : " ^7.2|^7.3|^ 7.4"
4
4
},
5
5
"require-dev" : {
6
6
"google/cloud-tools" : " dev-master" ,
You can’t perform that action at this time.
0 commit comments