Skip to content

Commit e4545d3

Browse files
committed
add git
`npm init wasm-app www`実行時のエラー解消のため refs. rustwasm/create-wasm-app#44 (comment)
1 parent 10fb49a commit e4545d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM rust:slim
22

33
RUN set -ex \
44
&& apt-get update \
5-
&& apt-get install -y curl ca-certificates pkg-config make unzip --no-install-recommends \
5+
&& apt-get install -y git curl ca-certificates pkg-config make unzip --no-install-recommends \
66
&& curl -sL https://deb.nodesource.com/setup_16.x | bash - \
77
&& curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh \
88
&& apt-get update \

0 commit comments

Comments
 (0)