File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -186,10 +186,12 @@ RUN apk add --no-cache \
186
186
php7.1-curl@php \
187
187
php7.1-dom@php \
188
188
php7.1-exif@php \
189
+ php7.1-fileinfo@php \
189
190
php7.1-ftp@php \
190
191
php7.1-gd@php \
191
192
php7.1-iconv@php \
192
193
php7.1-mbstring@php \
194
+ php7.1-mcrypt@php \
193
195
php7.1-mysqli@php \
194
196
php7.1-mysqlnd@php \
195
197
php7.1-simplexml@php \
@@ -223,6 +225,8 @@ RUN apk add --no-cache \
223
225
php7.1-sqlite3@php \
224
226
php7.1-redis@php \
225
227
php7.1-intl@php \
228
+ php7.1-xmlrpc@php \
229
+ php7.1-xmlwriter@php \
226
230
php7.1-fpm@php
227
231
228
232
# These only exist in 7.1, not 7.2
Original file line number Diff line number Diff line change @@ -1915,4 +1915,4 @@ opcache.enable_file_override=1
1915
1915
1916
1916
; Local Variables:
1917
1917
; tab-width: 4
1918
- ; End:
1918
+ ; End:
You can’t perform that action at this time.
0 commit comments