Skip to content

Commit 879a67a

Browse files
committed
Add yarn install to codespace dockerfile
1 parent f215ef7 commit 879a67a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@ RUN sh -c "$(curl -sSfL https://release.solana.com/v${SOLANA_CLI}/install)"
4747
RUN cargo install --git https://github.com/coral-xyz/anchor avm --locked --force
4848
RUN avm install ${ANCHOR_CLI} && avm use ${ANCHOR_CLI}
4949

50+
# set up keypair
5051
RUN solana-keygen new --no-bip39-passphrase
5152

53+
# install dependencies
54+
RUN yarn
55+
5256
WORKDIR /workdir
5357
#be sure to add `/root/.avm/bin` to your PATH to be able to run the installed binaries

0 commit comments

Comments
 (0)