Add fuse-overlayfs to container

This commit is contained in:
MrMeeb 2024-04-20 16:14:24 +00:00
parent ff7f5e2dd3
commit ae5f74958b

View File

@ -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