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 53a8a9c commit 395a71cCopy full SHA for 395a71c
ci/container/Dockerfile
@@ -4,11 +4,11 @@ RUN apt-get update
4
RUN apt-get install -y npm shellcheck chromium
5
6
ENV GO111MODULE=on
7
-RUN go get golang.org/x/tools/cmd/goimports
8
-RUN go get mvdan.cc/sh/v3/cmd/shfmt
9
-RUN go get golang.org/x/tools/cmd/stringer
10
-RUN go get golang.org/x/lint/golint
11
-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
12
13
RUN npm --unsafe-perm=true install -g prettier
14
RUN npm --unsafe-perm=true install -g netlify-cli
0 commit comments