From 122cc47a81379a95ed71dec48813417453177280 Mon Sep 17 00:00:00 2001 From: Bailey Hayes Date: Tue, 27 Jan 2026 15:34:20 -0500 Subject: [PATCH] fix: update Dockerfile to install only wkg Removed installation of cargo-component from Dockerfile. I missed this in #81 --- .devcontainer/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/docker/Dockerfile b/.devcontainer/docker/Dockerfile index 44e2f8a..38326bc 100644 --- a/.devcontainer/docker/Dockerfile +++ b/.devcontainer/docker/Dockerfile @@ -7,4 +7,4 @@ USER vscode RUN curl https://wasmtime.dev/install.sh -sSf | bash # Install cargo-component and wkg -RUN cargo install cargo-component wkg +RUN cargo install wkg