From 845b477c9e8c73ec1d6f09e1683a624da29c7522 Mon Sep 17 00:00:00 2001 From: Seungmin Kim <8457324+ehfd@users.noreply.github.com> Date: Sat, 24 Feb 2024 23:11:30 -0800 Subject: [PATCH] Prepare for Ubuntu 24.04 --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5008b76..bf0367b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ RUN dpkg --add-architecture i386 && \ cups-bsd \ cups-common \ cups-filters \ - cups-pdf \ + printer-driver-cups-pdf \ file \ bzip2 \ gzip \ @@ -62,7 +62,6 @@ RUN dpkg --add-architecture i386 && \ python3-cups \ python3-numpy \ ssl-cert \ - mlocate \ nano \ vim \ htop \ @@ -93,7 +92,6 @@ RUN dpkg --add-architecture i386 && \ packagekit-tools \ pkg-config \ mesa-utils \ - mesa-utils-extra \ va-driver-all \ va-driver-all:i386 \ i965-va-driver-shaders \