From dde3700d408cc1c903c45d5f07a1ba0fc722b43a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alice=20King=20Tai=20Poon=20=20=20=20=E6=BD=98=E6=99=AF?= =?UTF-8?q?=E6=B3=B0?= <23336645+codenamedpkt@users.noreply.github.com> Date: Thu, 18 Jul 2024 15:32:46 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b99e37c..ee67974 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,7 @@ ARG DEBCONF_NOWARNINGS="yes" ARG DEBIAN_FRONTEND="noninteractive" ARG DEBCONF_NONINTERACTIVE_SEEN="true" -RUN chsh -s bash -RUN lspci | egrep -i 'vga|3d|display' +RUN /bin/bash -c lspci | egrep -i 'vga|3d|display' RUN set -eu && \ apt-get --no-install-recommends -yfm --update install \ bc \