You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
Hi! I created a draft pr to solve this problem. I knocked down the container, but still the extension did not start and nothing helped. Can anyone help with this from a maintainer?
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
The text was updated successfully, but these errors were encountered: