Исправлен деплой
Добавлен rsync в контейнер
This commit is contained in:
parent
61ebb7dae5
commit
8e31f739a5
@ -6,7 +6,8 @@ RUN apt-get update && apt-get install -y \
|
|||||||
libtidy-dev \
|
libtidy-dev \
|
||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
gzip
|
gzip \
|
||||||
|
rsync
|
||||||
|
|
||||||
RUN docker-php-ext-install tidy \
|
RUN docker-php-ext-install tidy \
|
||||||
&& docker-php-ext-enable tidy
|
&& docker-php-ext-enable tidy
|
||||||
@ -21,11 +22,11 @@ RUN apt-get update \
|
|||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# get composer and required tools
|
# get composer and required tools
|
||||||
RUN curl -sLO https://getcomposer.org/download/1.8.6/composer.phar \
|
RUN curl -sLO https://getcomposer.org/download/1.9.0/composer.phar \
|
||||||
&& mv composer.phar /usr/local/bin/composer \
|
&& mv composer.phar /usr/local/bin/composer \
|
||||||
&& chmod +x /usr/local/bin/composer
|
&& chmod +x /usr/local/bin/composer
|
||||||
|
|
||||||
# Deployer
|
# Deployer
|
||||||
RUN curl -sLO https://deployer.org/releases/v6.4.3/deployer.phar \
|
RUN curl -sLO https://deployer.org/releases/v6.4.6/deployer.phar \
|
||||||
&& mv deployer.phar /usr/local/bin/dep \
|
&& mv deployer.phar /usr/local/bin/dep \
|
||||||
&& chmod +x /usr/local/bin/dep
|
&& chmod +x /usr/local/bin/dep
|
||||||
|
Loading…
Reference in New Issue
Block a user