diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index fd20c44..39914a9 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -32,6 +32,8 @@ RUN set -eux; \ rustup --version; \ cargo --version; \ rustc --version; \ + rustup component add rustfmt clippy llvm-tools-preview \ + rustup target add wasm32-unknown-unknown \ apt-get remove -y --auto-remove \ wget \ ; \ diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 95aaba7..4d3942f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -18,8 +18,7 @@ "userUid": "1000", "userGid": "1000" }, - "ghcr.io/devcontainers/features/docker-in-docker:2": {}, - "ghcr.io/lee-orr/rusty-dev-containers/wasm32-unknown-unknown:0": {} + "ghcr.io/devcontainers/features/docker-in-docker:2": {} }, // 👇 Use 'forwardPorts' to make a list of ports inside the container available locally.