add vkd3d for Direct3D 12 support libs
This commit is contained in:
parent
dbbf31e52f
commit
30546ddea2
@ -41,8 +41,15 @@ RUN apt-get -y install fontconfig:i386
|
||||
# Enable Vulkan library.
|
||||
RUN apt-get -y install libvulkan1 libvulkan1:i386 vulkan-utils
|
||||
|
||||
# Extra
|
||||
RUN apt-get -y install gosu
|
||||
|
||||
# Install vkd3d (Direct3D 12 support) libs
|
||||
RUN echo 'APT::Default-Release "bionic";' | tee /etc/apt/apt.conf.d/01lock-release && \
|
||||
echo 'deb http://archive.ubuntu.com/ubuntu/ disco main universe' | tee /etc/apt/sources.list.d/disco.list && \
|
||||
apt-get update && \
|
||||
apt-get -y -t disco install libvkd3d1 libvkd3d1:i386
|
||||
|
||||
# Set locale to: en_US.UTF-8
|
||||
RUN apt-get -y install locales && \
|
||||
/bin/echo -e "en_US.UTF-8 UTF-8\nen_GB.UTF-8 UTF-8" | tee /etc/locale.gen && \
|
||||
|
Loading…
Reference in New Issue
Block a user