Open ronilsonalves opened 8 months ago
Hello there,
I cannot help much, because I do not have access to any Mac hardware. That said, I think you should try installing during the Docker build as mentioned here:
# Solana #RUN sh -c "$(curl -sSfL https://release.solana.com/stable/install)" CMD install
https://github.com/freeCodeCamp/solana-curriculum/issues/19#issuecomment-1256165275
Specifically, before building, change the Dockerfile
to have the above. This IS different compared to:
I've try to copy install file to dev container root directory
Because the the container is already built.
Let us know how this goes.
I have the same issue,
sh -c "$(curl -sSfL https://release.solana.com/stable/install)"
downloading stable installer
curl: (22) The requested URL returned error: 403
Project
Solana - Learn How to Set Up Solana by Building a Hello World Smart Contract
Lesson Number
Lesson 2
Question
How can I install the Solana CLI inside my dev container if inside it's happening the same thing as seen #19 in installation process? I've try to copy install file to dev container root directory as a workaround and the script hit the unknown-linux-gnu URL. There's any workaround that is not to run it on gitpod instance?
Code and Screenshots
If I run the requested commands in lesson this recognize it as passed