Skip to content

Commit c8c9dbe

Browse files
committed
Add rsync and ansistrano roles
1 parent cc80e3a commit c8c9dbe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /var/www/html
44

55
# Install base packages and repositories
66
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
88

99
# Install ansible
1010
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 \
2929
RUN 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

0 commit comments

Comments
 (0)