From e457d8e8885a90bbf19be7687d1b7191cf73ef13 Mon Sep 17 00:00:00 2001 From: takase1121 <20792268+takase1121@users.noreply.github.com> Date: Fri, 7 Apr 2023 13:53:32 +0800 Subject: [PATCH] feat: remove libfuse2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 70f6407..e2f8d31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ ADD libdecor-0-dev_0.1.0-3build1_amd64.deb libdecor-0-0_0.1.0-3build1_amd64.deb # install deps RUN apt-get update && apt-get upgrade && \ apt-get install -y sudo ccache curl wget python3 python3-pip build-essential \ - zip unzip git cmake libfuse2 wayland-protocols libsdl2-dev && \ + zip unzip git cmake wayland-protocols libsdl2-dev && \ pip3 install meson ninja # install libdecor