We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9415e12 commit a4be8cdCopy full SHA for a4be8cd
1 file changed
.devcontainer/Dockerfile
@@ -57,6 +57,7 @@ ENV PATH="${PATH}:/usr/local/go/bin"
57
58
RUN go install github.com/asdf-vm/asdf/cmd/asdf@v0.16.0
59
ENV PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH"
60
+RUN `go env GOPATH`/bin/asdf plugin add scarb
61
RUN `go env GOPATH`/bin/asdf install scarb 2.9.4
62
63
RUN chown -R root:root /usr/local/cargo
0 commit comments