Skip to content

Commit

Permalink
- update gitpod (mautic#13601)
Browse files Browse the repository at this point in the history
Co-authored-by: lenonleite <[email protected]>
  • Loading branch information
lenonleite and lenonleitecience authored Apr 5, 2024
1 parent e871ea7 commit 91f9c83
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
FROM gitpod/workspace-full
SHELL ["/bin/bash", "-c"]

# Install ddev
RUN brew update && brew install drud/ddev/ddev && mkcert -install
# Add DDEV’s GPG key to your keyring
RUN curl -fsSL https://pkg.ddev.com/apt/gpg.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/ddev.gpg > /dev/null

# Add DDEV releases to your package repository
RUN echo "deb [signed-by=/etc/apt/trusted.gpg.d/ddev.gpg] https://pkg.ddev.com/apt/ * *" | sudo tee /etc/apt/sources.list.d/ddev.list >/dev/null

# Update package information and install DDEV
RUN sudo apt update && sudo apt install -y ddev=1.22.7

0 comments on commit 91f9c83

Please sign in to comment.