From 69245d059db0d7dd9ea00693216162992fa6df7b Mon Sep 17 00:00:00 2001 From: HisShadow Date: Tue, 7 Mar 2023 19:16:41 +0300 Subject: [PATCH] add shared-mime-info --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a12e12b8..4cb99fd05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ruby:2.6.6-alpine3.13 as rosa-build-gems WORKDIR /app/rosa-build -RUN apk add --no-cache libpq tzdata ca-certificates git icu rpm nodejs python2 redis && \ +RUN apk add --no-cache libpq tzdata ca-certificates git icu rpm nodejs python2 redis shared-mime-info && \ apk add --virtual .ruby-builddeps --no-cache postgresql-dev build-base cmake icu-dev RUN gem install bundler:1.17.3 COPY vendor ./vendor