From ae5f74958b8326e6933b29f7b06f38c48b92a08c Mon Sep 17 00:00:00 2001 From: MrMeeb Date: Sat, 20 Apr 2024 16:14:24 +0000 Subject: [PATCH] Add fuse-overlayfs to container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ba9763f..a852d95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN make clean && make build FROM docker:25.0.5-dind USER root RUN apk add --no-cache \ - git bash supervisor python3 py3-pip + git bash supervisor python3 py3-pip fuse-overlayfs RUN pip3 install --break-system-packages supervisord-dependent-startup