Skip to content

Commit 40f6af6

Browse files
authored
Add git and sentry-cli
1 parent 97dd372 commit 40f6af6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
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 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
1010
RUN 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
3737
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
3838
RUN 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

0 commit comments

Comments
 (0)