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