We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10fb49a commit e4545d3Copy full SHA for e4545d3
Dockerfile
@@ -2,7 +2,7 @@ FROM rust:slim
2
3
RUN set -ex \
4
&& apt-get update \
5
- && apt-get install -y curl ca-certificates pkg-config make unzip --no-install-recommends \
+ && apt-get install -y git curl ca-certificates pkg-config make unzip --no-install-recommends \
6
&& curl -sL https://deb.nodesource.com/setup_16.x | bash - \
7
&& curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh \
8
0 commit comments