pl.kpherox.dev

pl.kpherox.dev

ubuntu以外でlatestとかにするとソースからビルドすることになった気がする
replies
1
announces
1
likes
0

# If ubuntu, PPAs allowed, and latest - install from there
if ([ "${GIT_VERSION}" = "latest" ] || [ "${GIT_VERSION}" = "lts" ] || [ "${GIT_VERSION}" = "current" ]) && [ "${ID}" = "ubuntu" ] && [ "${USE_PPA_IF_AVAILABLE}" = "true" ]; then

https://github.com/devcontainers/features/blob/main/src/git/install.sh#L100C1-L111

ubuntuだとppaから入れてくれる