Dockerfile: need python-wheel for bdist_wheel #21
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This commit fixes errors related to bdist_wheel,
similar to the fragment below running ./dev-start.sh
on a fresh install of the kernelci-docker:
Failed building wheel for scandir
Running setup.py clean for scandir
Running setup.py bdist_wheel for sphinx-bootstrap-theme: started
Running setup.py bdist_wheel for sphinx-bootstrap-theme: finished with status 'error'
Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-install-f7uhVd/sphinx-bootstrap-theme/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" bdist_wheel -d /tmp/pip-wheel-k9kl2O --python-tag cp27:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help
error: invalid command 'bdist_wheel'
This was reproduced in:
ArchLinux
Docker version 20.10.3, build 48d30b5b32
docker-compose version 1.28.2, build unknow
Ubuntu 20.04 (Virtual Machine)
Docker version 19.03.8, build afacb8b7f0
docker-compose version 1.25.0, build unknown