Add fuse-overlayfs to container

This commit is contained in:
MrMeeb 2024-04-20 16:14:24 +00:00
parent 33216e5db3
commit fecbc4ffc7

View File

@ -13,7 +13,7 @@ RUN make clean && make build
FROM docker:25.0.5-dind FROM docker:25.0.5-dind
USER root USER root
RUN apk add --no-cache \ 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 RUN pip3 install --break-system-packages supervisord-dependent-startup