mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
fix: mergefs again (#754)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user