turbo icon indicating copy to clipboard operation
turbo copied to clipboard

The glibc patch for the Dockerfile was only applied to the builder

Open rafaeltab opened this issue 3 years ago • 2 comments
trafficstars

As the title explains, the Glibc patch for the Dockerfile in the with-docker example was only applied to the builder stage and not the installer stage. This caused an error during the docker builds.

I also updated the docs to include the updated Dockerfile.

Closes #2309 and #2286 PR #2228 previously fixed this for the builder stage, but not for the installer stage

rafaeltab avatar Oct 25 '22 18:10 rafaeltab

The latest updates on your projects. Learn more about Vercel for Git ↗︎

5 Ignored Deployments
Name Status Preview Updated
examples-basic-web ⬜️ Ignored (Inspect) Oct 26, 2022 at 7:42PM (UTC)
examples-designsystem-docs ⬜️ Ignored (Inspect) Oct 26, 2022 at 7:42PM (UTC)
examples-kitchensink-blog ⬜️ Ignored (Inspect) Oct 26, 2022 at 7:42PM (UTC)
examples-native-web ⬜️ Ignored (Inspect) Oct 26, 2022 at 7:42PM (UTC)
examples-svelte-web ⬜️ Ignored (Inspect) Oct 26, 2022 at 7:42PM (UTC)

vercel[bot] avatar Oct 25 '22 18:10 vercel[bot]

@rafaeltab is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Oct 25 '22 18:10 vercel[bot]

I can confirm I've applied the core fix made in this change locally and it works. The confusion this caused cost me something like a day and a half of productivity, so for whatever my comment is worth, I think this should be merged.