File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN apt-get --yes --force-yes update \
77 && echo "deb http://packages.dotdeb.org jessie all" > /etc/apt/sources.list.d/dotdeb.list \
88 && curl -sS https://www.dotdeb.org/dotdeb.gpg | apt-key add - \
99 && apt-get update -qq -y \
10- && apt-get --yes --force-yes install php7.0-cli php7.0-apcu php7.0-apcu-bc php7.0-curl php7.0-json php7.0-mcrypt php7.0-opcache php7.0-readline php7.0-mysql php7.0-xml php7.0-zip \
10+ && apt-get --yes --force-yes install php7.0-cli php7.0-apcu php7.0-apcu-bc php7.0-curl php7.0-json php7.0-mcrypt php7.0-opcache php7.0-readline php7.0-mysql php7.0-xml php7.0-zip php7.0-mbstring \
1111 && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
1212
1313# Install Node.js
You can’t perform that action at this time.
0 commit comments