tab issues

This commit is contained in:
Andy Miller 2020-01-22 12:47:21 -07:00 committed by GitHub
parent 9bd822221f
commit 8db9a1c8e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -14,11 +14,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libzip4 \ libzip4 \
libzip-dev \ libzip-dev \
zlib1g-dev \ zlib1g-dev \
libicu-dev \ libicu-dev \
g++ \ g++ \
git \ git \
cron \ cron \
vim \ vim \
&& docker-php-ext-install opcache \ && docker-php-ext-install opcache \
&& docker-php-ext-configure intl \ && docker-php-ext-configure intl \
&& docker-php-ext-install intl \ && docker-php-ext-install intl \