We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 879a67a commit a482485Copy full SHA for a482485
1 file changed
.devcontainer/Dockerfile
@@ -50,8 +50,8 @@ RUN avm install ${ANCHOR_CLI} && avm use ${ANCHOR_CLI}
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
+#be sure to add `/root/.avm/bin` to your PATH to be able to run the installed binaries
+
+# install dependencies
+RUN yarn
0 commit comments