Add vi editor
Allows editing files when using `docker exec -it <container> /bin/bash`
This commit is contained in:
parent
50348f8c8c
commit
66b6898813
|
|
@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
libyaml-dev \
|
libyaml-dev \
|
||||||
libzip-dev \
|
libzip-dev \
|
||||||
cron \
|
cron \
|
||||||
|
vi \
|
||||||
&& docker-php-ext-install opcache \
|
&& docker-php-ext-install opcache \
|
||||||
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
|
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
|
||||||
&& docker-php-ext-install -j$(nproc) gd \
|
&& docker-php-ext-install -j$(nproc) gd \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue