Display the splash screen when shutting down

- Also, turn the HDMI off after a short wait
This commit is contained in:
David Carley
2022-09-01 04:36:24 +00:00
parent cce4e17b49
commit 868258cfa7
6 changed files with 24 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ RUN apt update \
&& apt install -y \
build-essential git wget binfmt-support qemu gcc-9 \
parted gcc-avr avr-libc avrdude python3 python3-pip python3-tornado \
curl unzip python3-setuptools gcc-arm-linux-gnueabihf bc vim locate sudo \
inetutils-ping curl unzip python3-setuptools gcc-arm-linux-gnueabihf bc vim locate sudo \
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 9 \
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
&& apt install -y nodejs