Skip to content

Commit

Permalink
Add git and sentry-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmata authored Nov 18, 2022
1 parent 97dd372 commit 40f6af6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /var/www/html

# Install base packages and repositories
RUN apt-get update \
&& apt-get install -y gnupg mariadb-client libicu-dev libpq-dev libzip-dev postgresql-client unzip wget zip zlib1g-dev gnupg2 rsync
&& apt-get install -y git gnupg mariadb-client libicu-dev libpq-dev libzip-dev postgresql-client unzip wget zip zlib1g-dev gnupg2 rsync

# Install ansible
RUN echo "deb http://ppa.launchpad.net/ansible/ansible/ubuntu focal main" > /etc/apt/sources.list.d/ansible.list
Expand Down Expand Up @@ -36,4 +36,6 @@ RUN ansible-galaxy install ansistrano.deploy ansistrano.rollback
# Install Node and yarn
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
RUN apt-get install -y nodejs
RUN corepack enable
RUN corepack enable
# Add sentry-cli
RUN curl -sL https://sentry.io/get-cli/ | bash

0 comments on commit 40f6af6

Please sign in to comment.