Gitpod change workspace image

Change Gitpod workspace image to `medzik/gitpod:full`

* Delete .gitpod.Dockerfile
* Update .gitpod.yml
This commit is contained in:
Oskar 2021-10-19 22:43:43 +02:00 committed by GitHub
parent e744818d13
commit e7005810b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 14 deletions

12
.gitpod.Dockerfile vendored
View File

@ -1,12 +0,0 @@
FROM gitpod/workspace-full
# Tools
RUN curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh
RUN sudo mv bin/* /usr/bin/ && \
rm -rf bin/
RUN yarn global add nodemon
RUN echo "export PATH=\$PATH:`yarn global bin`" >> ~/.bashrc
RUN pip install pre-commit

View File

@ -1,5 +1,4 @@
image:
file: .gitpod.Dockerfile
image: medzik/gitpod:full
checkoutLocation: "go/src/pingbot"
workspaceLocation: "go/src/pingbot"