We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399ae39 commit 6704771Copy full SHA for 6704771
Dockerfile
@@ -20,7 +20,7 @@ RUN echo 'http://dl-4.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositor
20
php7-pdo_mysql php7-mysqli php7-session \
21
php7-gd php7-iconv php7-mcrypt \
22
php7-curl php7-opcache php7-ctype php7-apcu \
23
- php7-intl php7-bcmath php7-dom php7-xmlreader mysql-client openssh-client git curl rsync && apk add -u musl
+ php7-intl php7-bcmath php7-mbstring php7-dom php7-xmlreader mysql-client openssh-client git curl rsync && apk add -u musl
24
25
RUN rm -rf /var/cache/apk/*
26
0 commit comments