Skip to content

Commit be49bca

Browse files
add missing packages
1 parent 22fdd36 commit be49bca

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: Dockerfile-7.1

+4
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,12 @@ RUN apk add --no-cache \
186186
php7.1-curl@php \
187187
php7.1-dom@php \
188188
php7.1-exif@php \
189+
php7.1-fileinfo@php \
189190
php7.1-ftp@php \
190191
php7.1-gd@php \
191192
php7.1-iconv@php \
192193
php7.1-mbstring@php \
194+
php7.1-mcrypt@php \
193195
php7.1-mysqli@php \
194196
php7.1-mysqlnd@php \
195197
php7.1-simplexml@php \
@@ -223,6 +225,8 @@ RUN apk add --no-cache \
223225
php7.1-sqlite3@php \
224226
php7.1-redis@php \
225227
php7.1-intl@php \
228+
php7.1-xmlrpc@php \
229+
php7.1-xmlwriter@php \
226230
php7.1-fpm@php
227231

228232
# These only exist in 7.1, not 7.2

Diff for: conf/php.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1915,4 +1915,4 @@ opcache.enable_file_override=1
19151915

19161916
; Local Variables:
19171917
; tab-width: 4
1918-
; End:
1918+
; End:

0 commit comments

Comments
 (0)