From 0cfdb42954e241a5aaa2dbbc00efdb74ce6ef31b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Molinero=20Fern=C3=A1ndez?= Date: Thu, 30 Dec 2021 19:31:18 +0100 Subject: [PATCH] Added vulkan-tools and moved some packages to the last installation step --- Dockerfile.m4 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Dockerfile.m4 b/Dockerfile.m4 index 8d8f59e..7c3f98d 100644 --- a/Dockerfile.m4 +++ b/Dockerfile.m4 @@ -313,12 +313,9 @@ m4_ifelse(ENABLE_32BIT_SUPPORT, 1, [[m4_dnl openssl \ policykit-1 \ pulseaudio \ - pulseaudio-utils \ runit \ tini \ tzdata \ - x11-utils \ - x11-xkb-utils \ xauth \ xkb-data \ xserver-xorg-core \ @@ -328,7 +325,6 @@ m4_ifelse(ENABLE_32BIT_SUPPORT, 1, [[m4_dnl xserver-xorg-video-dummy \ xserver-xorg-video-fbdev \ xserver-xorg-video-vesa \ - xterm \ zlib1g \ m4_ifelse(ENABLE_32BIT_SUPPORT, 1, [[m4_dnl && apt-get install -y --no-install-recommends -o APT::Immediate-Configure=0 \ @@ -447,6 +443,7 @@ m4_ifelse(ENABLE_32BIT_SUPPORT, 1, [[m4_dnl pciutils \ procps \ psmisc \ + pulseaudio-utils \ ristretto \ strace \ sudo \ @@ -454,7 +451,10 @@ m4_ifelse(ENABLE_32BIT_SUPPORT, 1, [[m4_dnl tumbler \ unzip \ usbutils \ + vulkan-tools \ wget \ + x11-utils \ + x11-xkb-utils \ xauth \ xdg-user-dirs \ xdg-utils \ @@ -470,6 +470,7 @@ m4_ifelse(ENABLE_32BIT_SUPPORT, 1, [[m4_dnl xfonts-base \ xfpanel-switch \ xinput \ + xterm \ xubuntu-default-settings \ xutils \ xz-utils \