Commit d41ed06
Use precompiled Python via apt (faster spin-up) (#11)
* Use OS precompiled Python instead of source builds
- Remove devcontainer Python feature (pyenv/source build)
- Install python3, python3-venv, python3-pip via apt in Dockerfile
- Remove apt-get upgrade to keep builds fast and pass hadolint
- Update README to note OS-provided Python
Speeds up Codespaces spin-up by avoiding compilation.
Signed-off-by: Ihor Dvoretskyi <[email protected]>
* Dockerfile: restore apt-get upgrade step
Re-add apt-get -y upgrade --no-install-recommends after update per request.
Also expand hadolint ignore to DL3008,DL3009 to avoid false-positive lints.
Signed-off-by: Ihor Dvoretskyi <[email protected]>
* Update .devcontainer/Dockerfile
Co-authored-by: Copilot <[email protected]>
Signed-off-by: Ihor Dvoretskyi <[email protected]>
---------
Signed-off-by: Ihor Dvoretskyi <[email protected]>
Co-authored-by: Copilot <[email protected]>1 parent 59f96b5 commit d41ed06
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 18 | | |
23 | 19 | | |
24 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments