Update Dockerfile

This commit is contained in:
Alice King Tai Poon 潘景泰 2024-07-18 15:32:46 +08:00 committed by GitHub
parent 4f6154fbea
commit dde3700d40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 \