From f85e09da85b4451865a7d422cd6450ba15f85ac3 Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 12 Nov 2023 23:07:25 +0000 Subject: [PATCH] Trying to add fuse so that I can use .appimage for installing logseq. --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 546bb7e..944f42f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,8 @@ RUN apt-get update && apt-get install -y \ golang-go \ libvulkan1 \ chromium-browser \ + fuse \ + libfuse2 \ && rm -rf /var/lib/apt/lists/* && \ mkdir -p /root/.ssh/ && \ chmod 600 /root/.ssh