File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ WORKDIR /var/www/html
44
55# Install base packages and repositories
66RUN apt-get update \
7- && apt-get install -y gnupg mariadb-client libicu-dev libpq-dev libzip-dev postgresql-client unzip wget zip zlib1g-dev gnupg2
7+ && apt-get install -y gnupg mariadb-client libicu-dev libpq-dev libzip-dev postgresql-client unzip wget zip zlib1g-dev gnupg2 rsync
88
99# Install ansible
1010RUN echo "deb http://ppa.launchpad.net/ansible/ansible/ubuntu focal main" > /etc/apt/sources.list.d/ansible.list
@@ -29,3 +29,6 @@ RUN sh install_composer.sh \
2929RUN wget https://github.com/fabpot/local-php-security-checker/releases/download/v1.2.0/local-php-security-checker_1.2.0_linux_amd64 \
3030 && chmod +x local-php-security-checker_1.2.0_linux_amd64 \
3131 && mv local-php-security-checker_1.2.0_linux_amd64 /usr/local/bin/local-php-security-checker
32+
33+ # Ansistrano roles for deployment
34+ RUN ansible-galaxy install ansistrano.deploy ansistrano.rollback
You can’t perform that action at this time.
0 commit comments