diff options
| author | Eliise <elseling@microsoft.com> | 2020-05-13 22:04:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-13 22:04:48 +0100 |
| commit | 3de82399117f659947f101707bce1fcf97094138 (patch) | |
| tree | ccf9c8c2b37133a53a8154a3551617b6c95dc52a /.devcontainer | |
| parent | 1ccc7cea4078878597da07fef40627296d290677 (diff) | |
Fix goreleaser dev container installation, change archive and binary names (#313)
* Fix go releaser install
* Change binary and archive names
Diffstat (limited to '.devcontainer')
| -rw-r--r-- | .devcontainer/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index b2612687..1f9c002e 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -61,4 +61,5 @@ RUN echo "alias tf=terraform" >> "/root/.bashrc" # Switch back to dialog for any ad-hoc use of apt-get ENV DEBIAN_FRONTEND=dialog -RUN curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh -s -- "v0.132.1" +# Install goreleaser +RUN (cd /usr/local && curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh -s -- "v0.132.1") |
