We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f215ef7 commit 879a67aCopy full SHA for 879a67a
1 file changed
.devcontainer/Dockerfile
@@ -47,7 +47,11 @@ RUN sh -c "$(curl -sSfL https://release.solana.com/v${SOLANA_CLI}/install)"
47
RUN cargo install --git https://github.com/coral-xyz/anchor avm --locked --force
48
RUN avm install ${ANCHOR_CLI} && avm use ${ANCHOR_CLI}
49
50
+# set up keypair
51
RUN solana-keygen new --no-bip39-passphrase
52
53
+# install dependencies
54
+RUN yarn
55
+
56
WORKDIR /workdir
57
#be sure to add `/root/.avm/bin` to your PATH to be able to run the installed binaries
0 commit comments