Specify DEBIAN_FRONTEND to suppress interactive installation

This commit is contained in:
Takumi Sueda 2022-02-27 22:49:35 +09:00
parent 6bc1d44016
commit f7e1dbeadf

View File

@ -34,6 +34,7 @@ APT::Install-Suggests "0";
EOF
apt update -y
DEBIAN_FRONTEND=noninteractive \
apt install -y locales
echo "$TIMEZONE" > /etc/timezone && \
@ -68,6 +69,7 @@ DEBIAN_FRONTEND=noninteractive \
systemctl enable fake-hwclock
# Ly
DEBIAN_FRONTEND=noninteractive \
apt install -y libpam0g-dev libxcb-xkb-dev
cd /
git clone --recurse-submodules https://github.com/nullgemm/ly.git