Skip to content

Commit

Permalink
Update Gitpod config + ensure Linuxbrew is up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Jiroh Eugenio Halili committed Oct 31, 2021
1 parent 5ddcca4 commit fffd863
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ RUN curl -s --compressed "https://madebythepinshub.gitlab.io/ppa/releases-key.gp
sudo install-packages glab dive

# GitHub CLI
RUN brew install gh
RUN brew update; brew upgrade; brew install gh
10 changes: 9 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,12 @@ image:
vscode:
extensions:
- eamodio.gitlens
- ms-azuretools.vscode-docker
- ms-azuretools.vscode-docker
tasks:
- name: Build Alpine container for devenv
init: |
docker build -t registry.gitlab.com/gitpodify/openvscode-releases-musl/devenv \
--file docker/dev.Dockerfile .
- name: Run container
command: |
docker run --rm -it -v /workspace:/workspace --workdir /workspace -p 8088:3000 registry.gitlab.com/gitpodify/openvscode-releases-musl/devenv

0 comments on commit fffd863

Please sign in to comment.