This repository was archived by the owner on Nov 19, 2025. It is now read-only.
Commit ecd6a5a
committed
On linux, statically link all libraries including GLIBC
Currently, GLIBC must not only be installed on the host, but has to be compatible with the version the image was built with. Static linking avoids both of these issues at the cost of a slightly larger image size.1 parent a82d2d5 commit ecd6a5a
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
62 | 69 | | |
63 | 70 | | |
64 | 71 | | |
| |||
0 commit comments