|
|
@@ -117,6 +117,8 @@ RUN dpkg --add-architecture i386 && \
|
|
|
pkg-config \
|
|
|
mesa-utils \
|
|
|
mesa-utils-extra \
|
|
|
+ mesa-va-drivers \
|
|
|
+ mesa-vulkan-drivers \
|
|
|
libglu1 \
|
|
|
libglu1:i386 \
|
|
|
libsm6 \
|
|
|
@@ -193,7 +195,7 @@ RUN dpkg --add-architecture i386 && \
|
|
|
# Wine, Winetricks, and PlayOnLinux, comment out the below lines to disable
|
|
|
ARG WINE_BRANCH=devel
|
|
|
RUN if [ "${UBUNTU_RELEASE}" = "18.04" ]; then add-apt-repository ppa:cybermax-dexter/sdl2-backport; fi && \
|
|
|
- curl -fsSL -o /usr/share/keyrings/winehq-archive.key "https://dl.winehq.org/wine-builds/winehq.key" && \
|
|
|
+ mkdir -pm755 /etc/apt/keyrings && curl -fsSL -o /etc/apt/keyrings/winehq-archive.key "https://dl.winehq.org/wine-builds/winehq.key" && \
|
|
|
curl -fsSL -o "/etc/apt/sources.list.d/winehq-$(grep VERSION_CODENAME= /etc/os-release | cut -d= -f2).sources" "https://dl.winehq.org/wine-builds/ubuntu/dists/$(grep VERSION_CODENAME= /etc/os-release | cut -d= -f2)/winehq-$(grep VERSION_CODENAME= /etc/os-release | cut -d= -f2).sources" && \
|
|
|
add-apt-repository ppa:lutris-team/lutris && \
|
|
|
apt-get update && apt-get install --install-recommends -y \
|
|
|
@@ -238,7 +240,6 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
|
|
libpangocairo-1.0-0 \
|
|
|
libgirepository1.0-dev \
|
|
|
libjpeg-dev \
|
|
|
- libvpx-dev \
|
|
|
zlib1g-dev \
|
|
|
x264 && \
|
|
|
if [ "${UBUNTU_RELEASE}" \> "20.04" ]; then apt-get install --no-install-recommends -y xcvt; fi && \
|