Commit 1dc5209
committed
Switch Docker base image from Alpine to Debian slim
Devcontainer tooling (git/gh/docker-outside-of-docker features, Playwright's
OS dependency installer) expects an apt-based distro; Alpine's musl/apk
environment isn't supported by most of it. Debian slim keeps a similar image
size while being broadly compatible.
Updates the production runner stage's user creation to Debian's
groupadd/useradd (Alpine's addgroup/adduser aren't available), and drops the
now-unnecessary libc6-compat package (Alpine-only, not needed on glibc-based
Debian).1 parent 867b92b commit 1dc5209
1 file changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| |||
46 | 44 | | |
47 | 45 | | |
48 | 46 | | |
49 | | - | |
50 | | - | |
| 47 | + | |
| 48 | + | |
51 | 49 | | |
52 | 50 | | |
53 | 51 | | |
| |||
0 commit comments