diff --git a/Dockerfile.template b/Dockerfile.template index 1afd4db..60d3202 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -65,6 +65,7 @@ RUN apt-get update -y \ libzip-dev \ default-mysql-client \ postgresql-client \ + vim-tiny \ cron \ && apt-get autoremove -y \ && docker-php-ext-configure gd --with-freetype --with-jpeg \