Skip to content

Commit

Permalink
chore: change back to ghcr.io/near/near-devcontainer:latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yf0μl committed Sep 11, 2024
1 parent 8755b5a commit e5b5e44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"image": "ghcr.io/near/near-devcontainer:latest",
"features": {
"ghcr.io/devcontainers/features/rust:1": {},
"ghcr.io/near/near-devcontainers/features/cargo-near:latest": {},
"ghcr.io/near/near-devcontainers/features/near-cli:latest": {}
},
"customizations": {
"vscode": {
Expand Down
4 changes: 0 additions & 4 deletions .devcontainer/post-create.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
#!/bin/bash

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/latest/download/near-cli-rs-installer.sh | sh

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/latest/download/cargo-near-installer.sh | sh

(cd community-factory && cargo near build --no-docker)
cargo near build --no-docker

0 comments on commit e5b5e44

Please sign in to comment.