From 9cd9e5ee5a8d91bf3145fdb25cb38ba66a11a139 Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Sat, 6 Aug 2022 22:25:47 +0000 Subject: [PATCH] Fixed Dockerfile --- tools/wasm-pack-plugin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/wasm-pack-plugin/Dockerfile b/tools/wasm-pack-plugin/Dockerfile index a8d3332..9523199 100644 --- a/tools/wasm-pack-plugin/Dockerfile +++ b/tools/wasm-pack-plugin/Dockerfile @@ -10,7 +10,7 @@ RUN apk add --no-cache \ zlib \ make \ && cargo install wasm-pack \ - && rustup target add wasm32-unknown-unknown + && rustup target add wasm32-unknown-unknown \ && chmod +x /bin/plugin.sh ENTRYPOINT /bin/plugin.sh \ No newline at end of file