fix: mergefs again (#754)

This commit is contained in:
Trim21
2024-05-29 03:34:25 +08:00
committed by GitHub
parent be79fe0a46
commit 503c63781e
2 changed files with 4 additions and 5 deletions

View File

@@ -13,7 +13,8 @@ RUN npm i -g "${PACKAGE}"@"${VERSION}" &&\
# Install runtime dependencies
RUN apk --no-cache add \
mediainfo \
tini
tini \
coreutils
# Create "download" user
RUN adduser -h /home/download -s /sbin/nologin --disabled-password download