fix: Use the -p option in Dockerfile to make parents as needed#7464
fix: Use the -p option in Dockerfile to make parents as needed#7464Stebalien merged 1 commit intoipfs:masterfrom markg85:fix-mkdir-on-zip
Conversation
|
Thank you for submitting this PR!
Getting other community members to do a review would be great help too on complex PRs (you can ask in the chats/forums). If you are unsure about something, just leave us a comment.
We currently aim to provide initial feedback/triaging within two business days. Please keep an eye on any labelling actions, as these will indicate priorities and status of your contribution. |
Building the go-ipfs docker image from the zip archive fails because it has no
.gitfolder.The
mkdir .git/objectsis at fault here. I fixed it by adding-pto it.This fixes #7420