This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Commit b66b192
committed
Dockerfile: need python-wheel for bdist_wheel
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 unknown1 parent 73e4566 commit b66b192
File tree
4 files changed
+5
-5
lines changed- backend
- frontend
- proxy
4 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments