<div dir="ltr"><div dir="ltr">Hi,<div><br></div></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jul 20, 2022 at 11:12 AM Edmond Lepedus <<a href="mailto:ed.lepedus@googlemail.com">ed.lepedus@googlemail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="overflow-wrap: break-word;">Hi LRUG,<br><br>Does anyone know if Bundler on Alpine installs native APKs, and if so, how I can get it to install dependencies from the testing repo from an older version of Alpine?<br><br>I appreciate that might be a stupid question, and I may be barking up the wrong tree entirely, but I’m drawing a bit of a blank as to what else might be going on. <div><br></div></div></blockquote><div><br></div><div>I don't believe so - certainly a cursory search of the bundler repo doesn't suggest that it does. It's entirely possible that some of the gems that it is trying to install do so  automatically (although that seems a bit unusual). Bundler prints out the gems as it tries to install them so that should hopefully make it easy to find the culprit</div><div><br></div><div>Can you update the upstream dockerfile to be based on a more recent version of alpine? The oldest supported version appears to be 3.13. Of course that might change the version of ruby installed and cause a cascade of upgrades that you're trying to avoid but you might get lucky!</div><div><br></div><div>Fred</div></div></div>