uci-docker-build/core/opt/lib/distros copy.csv

360 B

1# valid distros list
2# the distro must be the name used in /etc/os-release
3# <distro>,<core image name>,<install command>,<update command>
4alpine,alpine, apk add --no-cache, apk update
5debian,debian, apt-get install -y, apt-get update
6arch, archlinux,pacman -S --noconfirm --needed,pacman -Syu
7ubuntu, ubuntu, apt-get install -y, apt-get update