mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 03:45:48 +00:00
Update Dockerfile
This commit is contained in:
parent
e066a98b51
commit
4f6154fbea
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@ ARG DEBCONF_NOWARNINGS="yes"
|
|||
ARG DEBIAN_FRONTEND="noninteractive"
|
||||
ARG DEBCONF_NONINTERACTIVE_SEEN="true"
|
||||
|
||||
RUN sudo lspci | egrep -i 'vga|3d|display'
|
||||
RUN chsh -s bash
|
||||
RUN lspci | egrep -i 'vga|3d|display'
|
||||
RUN set -eu && \
|
||||
apt-get --no-install-recommends -yfm --update install \
|
||||
bc \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue