Add mailcap installation to Dockerfile
This commit is contained in:
parent
195829887a
commit
6cfd3ebbb6
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ FROM alpine:3.17
|
|||
LABEL maintainers="Vitaliy Filippov <vitalif@yourcmc.ru>"
|
||||
LABEL description="csi-s3 slim image"
|
||||
|
||||
RUN apk add --no-cache fuse rclone
|
||||
RUN apk add --no-cache fuse mailcap rclone
|
||||
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community s3fs-fuse
|
||||
|
||||
ADD https://github.com/yandex-cloud/geesefs/releases/latest/download/geesefs-linux-amd64 /usr/bin/geesefs
|
||||
|
|
Loading…
Reference in a new issue