* Add --bpf-program argument (cherry picked from commit8eb6cbf784
) * Fetch and install SPL programs by default (cherry picked from commit3a1ca4efff
) * .sh Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
@@ -24,6 +24,11 @@ rm -rf usr/
|
||||
scripts/cargo-install-all.sh --use-move sdk/docker-solana/usr
|
||||
|
||||
cp -f ../../run.sh usr/bin/solana-run.sh
|
||||
cp -f ../../fetch-spl.sh usr/bin/
|
||||
(
|
||||
cd usr/bin
|
||||
./fetch-spl.sh
|
||||
)
|
||||
|
||||
docker build -t solanalabs/solana:"$CHANNEL_OR_TAG" .
|
||||
|
||||
|
Reference in New Issue
Block a user