We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3368ea1 commit 40f6078Copy full SHA for 40f6078
.gitpod.Dockerfile
@@ -1,6 +1,11 @@
1
FROM gitpod/workspace-full
2
+
3
+USER root
4
ENV TRIGGER_REBUILD=1
-RUN curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sudo BINDIR=/usr/local/bin sh
5
+RUN echo 'deb [trusted=yes] https://repo.goreleaser.com/apt/ /' | sudo tee /etc/apt/sources.list.d/goreleaser.list \
6
+ && install-packages goreleaser -y
7
RUN sudo su -c "cd /usr; curl -L https://github.com/moby/buildkit/releases/download/v0.10.0/buildkit-v0.10.0.linux-amd64.tar.gz | tar xvz"
8
# NOTE: remove when workspace-full includes golangci
9
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo BINDIR=/usr/local/bin sh
10
11
+USER gitpod
0 commit comments