From cb21e86df46ef4d32f303a7e5ecc9ae99ccac9dc Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 24 Feb 2023 06:47:49 +0200 Subject: [PATCH] Workbench: Cleanup the installed MariaDB packages. The mariadb-client and default-mysql-client packages conflict and I have no idea what the mariadb package contains (doesn't exist and can't find which package provides it). --- workbench/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/workbench/Dockerfile b/workbench/Dockerfile index 3f9e1ec..f8c3d23 100644 --- a/workbench/Dockerfile +++ b/workbench/Dockerfile @@ -25,7 +25,6 @@ RUN apt-get update && \ curl \ dbus-x11 \ default-jdk-headless \ - default-mysql-client \ devscripts \ direnv \ dirmngr \ @@ -192,7 +191,6 @@ RUN apt-get update && \ khard \ litecli \ magic-wormhole \ - mariadb \ mycli \ netaddr \ paramiko \ -- GitLab