add explicit fuse3 deps
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
bf340721c1
commit
2c188210d1
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
FROM gerbera/gerbera AS base-deps
|
||||
RUN apk add rclone
|
||||
RUN apk add fuse
|
||||
RUN apk add fuse3
|
||||
|
||||
FROM base-deps
|
||||
|
||||
|
|
Reference in a new issue