Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
update gitpod dockerfile and config
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx authored Apr 23, 2022
1 parent 2d12523 commit 8e097b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
image:
file: .gitpod/Dockerfile

tasks:
- init: gomo
7 changes: 1 addition & 6 deletions .gitpod/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
FROM gitpod/workspace-full

# Install task and gomo
# Install task, gomo, and tagger
RUN brew install go-task/tap/go-task abdfnx/tap/gomo

# Install packages
RUN gomo

# Install tagger
RUN curl -sL https://abdfnx.github.io/tagger/install.sh | bash

0 comments on commit 8e097b0

Please sign in to comment.