From 8e8f0223f88d0e0118798f3253c2c7586681c79f Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Sat, 2 Apr 2022 00:04:22 +0300 Subject: [PATCH] Remove the MariaDB Python package limitation. The limitation was added in 3c6e6607 because Debian at the time didn't had the required minimum version of the Connector/C. Now it has. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d337a03..db5542b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -192,7 +192,7 @@ RUN apt-get update && \ khal \ khard \ magic-wormhole \ - 'mariadb<1.1.0' \ + mariadb \ mycli \ netaddr \ paramiko \ -- GitLab