From 221a9141b99c2281baf0e5257530a1eb63cb915f Mon Sep 17 00:00:00 2001 From: Anatolii Zimovskii Date: Sat, 7 May 2022 22:46:49 +0300 Subject: [PATCH] deb12 fix --- linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile index ddbc8a831..71e66420c 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile @@ -108,7 +108,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections && \ apt-get install -y --allow-unauthenticated \ btrfs-progs \ - exfat-utils \ +# exfat-utils \ #not avalible now e2fsprogs \ f2fs-tools \ dosfstools \