Skip to content

Commit 40f6078

Browse files
kylos101aledbf
authored andcommitted
Fix go releaser
1 parent 3368ea1 commit 40f6078

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitpod.Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
FROM gitpod/workspace-full
2+
3+
USER root
24
ENV TRIGGER_REBUILD=1
3-
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
47
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"
58
# NOTE: remove when workspace-full includes golangci
69
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

Comments
 (0)