File tree 1 file changed +4
-1
lines changed
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
4
4
5
5
# Install base packages and repositories
6
6
RUN 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
8
8
9
9
# Install ansible
10
10
RUN 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 \
29
29
RUN wget https://github.com/fabpot/local-php-security-checker/releases/download/v1.2.0/local-php-security-checker_1.2.0_linux_amd64 \
30
30
&& chmod +x local-php-security-checker_1.2.0_linux_amd64 \
31
31
&& 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