From 4c405f699aa4d80567afab6b9e1f0aef532000d2 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 10 Sep 2022 09:35:29 +0300
Subject: [PATCH] Replace fuse with fuse3.

Seems that there's a conflict and fuse3 is a dependency of something
else.
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index d45c83f..228358a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -61,7 +61,7 @@ RUN apt-get update && \
         flatpak \
         flatpak-builder \
         flatpak-xdg-utils \
-        fuse \
+        fuse3 \
         gdal-bin \
         gettext-base \
         gh \
-- 
GitLab