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

346 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