mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 04:05:50 +00:00
Update Dockerfile
This commit is contained in:
parent
4f6154fbea
commit
dde3700d40
1 changed files with 1 additions and 2 deletions
|
|
@ -6,8 +6,7 @@ ARG DEBCONF_NOWARNINGS="yes"
|
||||||
ARG DEBIAN_FRONTEND="noninteractive"
|
ARG DEBIAN_FRONTEND="noninteractive"
|
||||||
ARG DEBCONF_NONINTERACTIVE_SEEN="true"
|
ARG DEBCONF_NONINTERACTIVE_SEEN="true"
|
||||||
|
|
||||||
RUN chsh -s bash
|
RUN /bin/bash -c lspci | egrep -i 'vga|3d|display'
|
||||||
RUN lspci | 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 \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue