This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
Can't build docker image in macOS #1608
Labels
🤖 aspect: dx
Concerns developers' experience with the codebase
🛠 goal: fix
Bug fix
🟨 priority: medium
Not blocking but should be addressed soon
Description
Python cannot be found and Node-gyp should be able to find and use Python.
The solution is suggested in the base image's Best Practices.
Reproduction
docker build . --build-arg RELEASE=v0-test -t openverse-frontend:latest
Error message: installing deasync requires Python
Environment
Additional context
First detected in #1385 and then in #1569.
Resolution
The text was updated successfully, but these errors were encountered: