Skip to content

Commit 122cc47

Browse files
authored
fix: update Dockerfile to install only wkg
Removed installation of cargo-component from Dockerfile. I missed this in #81
1 parent 800a2b3 commit 122cc47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ USER vscode
77
RUN curl https://wasmtime.dev/install.sh -sSf | bash
88

99
# Install cargo-component and wkg
10-
RUN cargo install cargo-component wkg
10+
RUN cargo install wkg

0 commit comments

Comments
 (0)