From 014ca8dd01f471994ae5f33f952c85075abe6631 Mon Sep 17 00:00:00 2001 From: cmspam Date: Mon, 13 May 2024 03:58:52 +0900 Subject: [PATCH] Update Dockerfile --- debian-version/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-version/Dockerfile b/debian-version/Dockerfile index ca47576..bb94262 100644 --- a/debian-version/Dockerfile +++ b/debian-version/Dockerfile @@ -16,7 +16,7 @@ RUN echo "#!/bin/bash" > /sbin/systemctl && \ apt-get update && \ apt-get install --no-install-recommends -y fuse iproute2 thin-provisioning-tools openvswitch-switch btrfs-progs lvm2 udev iptables kmod && \ apt-get install --no-install-recommends --no-install-suggests -y zfsutils-linux && \ - apt-get install -y incus incus-ui-canonical && \ + apt-get install --no-install-recommends -y incus incus-ui-canonical && \ apt-get remove -y curl && \ apt autoremove -y && \ apt-get clean && \