This repository was archived by the owner on Apr 16, 2024. It is now read-only.
Commit ff1ccbd
committed
chore(dockerfile): update archlinux packages
https://hub.docker.com/_/archlinux/?tab=description says:
"Arch Linux is a rolling release distribution, so a full update is recommended
when installing new packages. In other words, we suggest to either execute RUN
pacman -Syu immediately after your FROM statement or as soon as you docker run
into a container."
Without this there are some errors about LIBC_2.36 when installing new
packages brings in packages depending on it, but the installed libc is
still 2.35.
Signed-off-by: Edwin Török <edwin@etorok.net>1 parent a09454d commit ff1ccbd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments