Добавлен tidy для форматирования

This commit is contained in:
2019-06-14 12:53:23 +03:00
parent 8210141951
commit 2116dd9dcd
6 changed files with 35 additions and 61 deletions

View File

@ -2,6 +2,15 @@ ARG PHP_BASE_IMAGE
FROM ${PHP_BASE_IMAGE}
RUN apt-get update && apt-get install -y \
libtidy-dev \
curl \
git \
gzip
RUN docker-php-ext-install tidy \
&& docker-php-ext-enable tidy
# Project folder
RUN mkdir -p /srv/app