File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
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 rsync
7+ && apt-get install -y git 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
@@ -36,4 +36,6 @@ RUN ansible-galaxy install ansistrano.deploy ansistrano.rollback
3636# Install Node and yarn
3737RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
3838RUN apt-get install -y nodejs
39- RUN corepack enable
39+ RUN corepack enable
40+ # Add sentry-cli
41+ RUN curl -sL https://sentry.io/get-cli/ | bash
You can’t perform that action at this time.
0 commit comments