diff --git a/ci/container/Dockerfile b/ci/container/Dockerfile index 0c6c2a54f5dbc53d5a8f9fef05aaba8f4c5b16ea..e2721b9b0653821f979ec58ff352f03f6ccdb036 100644 --- a/ci/container/Dockerfile +++ b/ci/container/Dockerfile @@ -4,11 +4,11 @@ RUN apt-get update RUN apt-get install -y npm shellcheck chromium ENV GO111MODULE=on -RUN go get golang.org/x/tools/cmd/goimports -RUN go get mvdan.cc/sh/v3/cmd/shfmt -RUN go get golang.org/x/tools/cmd/stringer -RUN go get golang.org/x/lint/golint -RUN go get github.com/agnivade/wasmbrowsertest +RUN go install golang.org/x/tools/cmd/goimports@latest +RUN go install mvdan.cc/sh/v3/cmd/shfmt@latest +RUN go install golang.org/x/tools/cmd/stringer@latest +RUN go install golang.org/x/lint/golint@latest +RUN go install github.com/agnivade/wasmbrowsertest@latest RUN npm --unsafe-perm=true install -g prettier RUN npm --unsafe-perm=true install -g netlify-cli