Skip to content

Commit

Permalink
Add VNC for devwork
Browse files Browse the repository at this point in the history
  • Loading branch information
im-coder-lg committed Apr 28, 2023
1 parent 95d1b69 commit 1ad8f50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

image: gitpod/workspace-full-vnc
tasks:
- name: "Install all packages"
command: |
brew install just
just install
sudo apt-get install -y python-unittest2
sudo apt-get install -y python3-unittest2

0 comments on commit 1ad8f50

Please sign in to comment.