Skip to content

Commit

Permalink
build: keep ddev-ssh-agent on gitpod, fixes #6132 [skip ci] (#6134)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Apr 26, 2024
1 parent 027c92c commit 6cb2569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: ddev/ddev-gitpod-base:20240417
image: ddev/ddev-gitpod-base:20240426
tasks:
- name: build-run
init: |
Expand Down
2 changes: 1 addition & 1 deletion .gitpod/images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN echo 'if [ -r "/home/linuxbrew/.linuxbrew/etc/profile.d/bash_completion.sh"
RUN echo 'export PATH=~/bin:$PATH' >>~/.bashrc && mkdir -p ~/bin
RUN echo ". /usr/share/autojump/autojump.sh" >> ~/.bashrc
RUN ln -sf /workspace/ddev/.gotmp/bin/linux_amd64/ddev ~/bin/ddev
RUN mkdir -p ~/.ddev && echo "omit_containers: [ddev-router,ddev-ssh-agent]" >> ~/.ddev/global_config.yaml
RUN mkdir -p ~/.ddev && echo "omit_containers: [ddev-router]" >> ~/.ddev/global_config.yaml
RUN sudo apt-get clean && sudo rm -rf /var/lib/apt/lists/*

# a gcc instance named gcc-5 is required for some vscode installations
Expand Down

0 comments on commit 6cb2569

Please sign in to comment.