turbo
turbo copied to clipboard
The glibc patch for the Dockerfile was only applied to the builder
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
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) |
@rafaeltab is attempting to deploy a commit to the Vercel Team on Vercel.
A member of the Team first needs to authorize it.
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.