We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1958298 commit 6cfd3ebCopy full SHA for 6cfd3eb
Dockerfile
@@ -11,7 +11,7 @@ FROM alpine:3.17
11
LABEL maintainers="Vitaliy Filippov <[email protected]>"
12
LABEL description="csi-s3 slim image"
13
14
-RUN apk add --no-cache fuse rclone
+RUN apk add --no-cache fuse mailcap rclone
15
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community s3fs-fuse
16
17
ADD https://github.com/yandex-cloud/geesefs/releases/latest/download/geesefs-linux-amd64 /usr/bin/geesefs
0 commit comments