Fetch and install SPL programs by default

This commit is contained in:
Michael Vines
2020-07-29 11:05:19 -07:00
parent 8eb6cbf784
commit 3a1ca4efff
6 changed files with 76 additions and 1 deletions

View File

@ -24,6 +24,11 @@ rm -rf usr/
scripts/cargo-install-all.sh sdk/docker-solana/usr
cp -f ../../run.sh usr/bin/solana-run.sh
cp -f ../../fetch-spl usr/bin/
(
cd usr/bin
./fetch-spl.sh
)
docker build -t solanalabs/solana:"$CHANNEL_OR_TAG" .