Skip to content

Commit

Permalink
moved wasm32 and rustfmt to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
njelich committed Feb 3, 2024
1 parent 4141342 commit 4bf48d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
; \
Expand Down
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4bf48d1

Please sign in to comment.