Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend Google RBE Docker image to allow building sdist wheels (pantsb…
…uild#8059) Google's Ubuntu image does not have the dependencies necessary to install `psutil`, `scandir`, `pyopenssl`, `setproctitle`, and `python-Levenshtein`, as documented in pantsbuild#8057. Turns out, all that's necessary to fix this is installing `build-essential`. The fix was confirmed locally by building this image then running `docker run -t remote_execution sh -c 'pip3 install pex; pex setproctitle scandir psutil python-Levenshtein'`. Will close pantsbuild#8057.
- Loading branch information