Skip to content

Commit

Permalink
Fix broken Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Mar 2, 2022
1 parent 06fc328 commit 75c4007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builders/wasm32-unknown-wasi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN set -eux pipefail; \
wasi_vfs_cli_url="https://github.com/kateinoigakukun/wasi-vfs/releases/download/v${WASI_VFS_VERSION}/wasi-vfs-cli-x86_64-unknown-linux-gnu.zip"; \
curl -LO "$wasi_vfs_cli_url"; \
unzip wasi-vfs-cli-x86_64-unknown-linux-gnu.zip; \
mv wasi-vfs /usr/local/bin/wasi-vfs
mv wasi-vfs /usr/local/bin/wasi-vfs; \
wasi_preset_args_url="https://github.com/kateinoigakukun/wasi-preset-args/releases/download/v${WASI_PRESET_ARGS_VERSION}/wasi-preset-args-x86_64-unknown-linux-gnu.zip"; \
curl -LO "$wasi_preset_args_url"; \
unzip wasi-preset-args-x86_64-unknown-linux-gnu.zip; \
Expand Down

0 comments on commit 75c4007

Please sign in to comment.