From 6c42d32f057286b0f68ab19763542eee62c4a603 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 27 Aug 2022 16:35:26 +0300
Subject: [PATCH] Remove xtrabackup.

It fails to installs with Debian testing after OpenSSL 1.1 was removed.
I added it for some tests I had to run but since it only works on the
machine where the binlogs are so it's of little use here.
---
 Dockerfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 4d54e35..d45c83f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -132,7 +132,6 @@ RUN apt-get update && \
         npm \
         ostree \
         packer \
-        percona-xtrabackup-80 \
         php-cli \
         podman-toolbox \
         postgresql-client \
-- 
GitLab