diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile deleted file mode 100644 index be01474..0000000 --- a/.gitpod.Dockerfile +++ /dev/null @@ -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 diff --git a/.gitpod.yml b/.gitpod.yml index 103c91d..2ac907f 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,5 +1,4 @@ -image: - file: .gitpod.Dockerfile +image: medzik/gitpod:full checkoutLocation: "go/src/pingbot" workspaceLocation: "go/src/pingbot"