Correct vi editor install

This commit is contained in:
eloquentcarbon 2019-10-16 22:44:43 -04:00 committed by GitHub
parent 66b6898813
commit 38a362f133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \
libyaml-dev \
libzip-dev \
cron \
vi \
vim \
&& docker-php-ext-install opcache \
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
&& docker-php-ext-install -j$(nproc) gd \