Add mailcap installation to Dockerfile

This commit is contained in:
Dmitry Kopytov 2023-08-25 12:20:47 +03:00
parent 195829887a
commit 6cfd3ebbb6

View file

@ -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