add shared-mime-info
This commit is contained in:
parent
54588b1527
commit
69245d059d
|
@ -1,7 +1,7 @@
|
||||||
FROM ruby:2.6.6-alpine3.13 as rosa-build-gems
|
FROM ruby:2.6.6-alpine3.13 as rosa-build-gems
|
||||||
|
|
||||||
WORKDIR /app/rosa-build
|
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
|
apk add --virtual .ruby-builddeps --no-cache postgresql-dev build-base cmake icu-dev
|
||||||
RUN gem install bundler:1.17.3
|
RUN gem install bundler:1.17.3
|
||||||
COPY vendor ./vendor
|
COPY vendor ./vendor
|
||||||
|
|
Loading…
Reference in New Issue