Add fuse-overlayfs to benefit from union filesystem (#3022)

This commit is contained in:
steve21168 2023-11-26 22:33:58 -05:00 committed by GitHub
parent 8e484637f9
commit 64778a828e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ RUN apt-get update -y \
uidmap \ uidmap \
unzip \ unzip \
zip \ zip \
fuse-overlayfs \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Download latest git-lfs version # Download latest git-lfs version