-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
with-docker build failure yarn install #2309
Comments
Take a look at this comment, and my comment afterward. It seems that the fix was applied incorrectly to the with-docker example (the installer stage doesn't have this fix but the builder step does). If this isn't fixed by the end of the day I'll make a PR for it. |
@rafaeltab Should we wait for the fix or we should use your approach? |
@rmlevangelio You should be able to add |
They will be almost the same, if you do it yourself just call the command at the installer stage. If you're unsure if you will be able to, you can always wait. |
Alright thanks @weyert and @rafaeltab 👍 |
Added Thanks for the quick response to this. |
What version of Turborepo are you using?
latest as of Oct 23rd 10:09 pm est
What package manager are you using / does the bug impact?
Yarn v1
What operating system are you using?
Mac (M1 max)
Describe the Bug
turborepo/examples/with-docker
as starting pointwith-docker
rootdocker build --progress=plain -t test-turbo-cloud-run-api -f apps/api/Dockerfile .
with-docker
s README to the letter.RUN yarn install
with this error...Expected Behavior
Docker container builds successfully, I can deploy to docker hub, then deploy to google cloud run.
To Reproduce
See the description, it contains repro steps.
The text was updated successfully, but these errors were encountered: