diff --git a/docker/4_run/run.docker b/docker/4_run/run.docker index 6c7c572..2b86234 100755 --- a/docker/4_run/run.docker +++ b/docker/4_run/run.docker @@ -1,7 +1,7 @@ FROM pillar_py:3.6 RUN apt-get update && apt-get install -qyy \ --o APT::Install-Recommends=true -o APT::Install-Suggests=false \ +-o APT::Install-Recommends=false -o APT::Install-Suggests=false \ git \ apache2 \ libapache2-mod-wsgi \ @@ -10,9 +10,11 @@ libjpeg8 \ libtiff5 \ ffmpeg \ rsyslog logrotate \ -nano vim curl \ +nano vim-tiny curl \ && rm -rf /var/lib/apt/lists/* +RUN ln -s /usr/bin/vim.tiny /usr/bin/vim + ENV APACHE_RUN_USER www-data ENV APACHE_RUN_GROUP www-data ENV APACHE_LOG_DIR /var/log/apache2