Resolved merge conflicts: kept updated .gitpod.Dockerfile and .gitpod.yml

This commit is contained in:
Fernando Zuniga 2025-10-06 10:16:11 -04:00
commit 55a6341d6f
1052 changed files with 14 additions and 0 deletions

5
.gitpod.Dockerfile vendored Executable file
View file

@ -0,0 +1,5 @@
FROM gitpod/workspace-full
RUN sudo apt-get update && \
sudo apt-get install -y zsh && \
sudo rm -rf /var/lib/apt/lists/*