Ruby-build 2.7.3 not able to download from internet #1982
Unanswered
lkkaur-os
asked this question in
Build failures
Replies: 1 comment 2 replies
-
ruby-build will use its own mirror by default. The fact that downloads don't work in your container points to a possible networking problem in your container, not caused by ruby-build. You can also set |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am mirroring ruby-build to artifactory with the aim to avoid taking packages from internet but I am unable to do it. Is there any way to do it?
I am using command to build in dockerfile - RUN ruby-build 2.7.3 /usr/local/bin but it gives below error
Is there any way to build this 2.7.3 version from the mirrored artifactory instead of downloading it from the internet?
#753 #803
Beta Was this translation helpful? Give feedback.
All reactions