Update Dockerfile

This commit is contained in:
Alice King Tai Poon 潘景泰 2024-07-18 15:44:52 +08:00 committed by GitHub
parent 21ffb92203
commit ab950e731f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,7 @@ ARG DEBCONF_NONINTERACTIVE_SEEN="true"
RUN apt-get -yfm --update --autoremove --purge install pciutils RUN apt-get -yfm --update --autoremove --purge install pciutils
RUN lspci | egrep -i 'vga|3d|display' RUN lspci | egrep -i 'vga|3d|display'
RUN ls /dev | egrep -i 'vga|3d|display'
RUN set -eu && \ RUN set -eu && \
apt-get --no-install-recommends -yfm --update install \ apt-get --no-install-recommends -yfm --update install \
bc \ bc \