forked from fedi/mastodon
build: install shared-mime-info in Dockerfile (#15978)
This commit is contained in:
parent
84eedff19a
commit
e3f1107975
|
@ -49,7 +49,7 @@ RUN npm install -g yarn && \
|
||||||
gem install bundler && \
|
gem install bundler && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y --no-install-recommends git libicu-dev libidn11-dev \
|
apt-get install -y --no-install-recommends git libicu-dev libidn11-dev \
|
||||||
libpq-dev libprotobuf-dev protobuf-compiler
|
libpq-dev libprotobuf-dev protobuf-compiler shared-mime-info
|
||||||
|
|
||||||
COPY Gemfile* package.json yarn.lock /opt/mastodon/
|
COPY Gemfile* package.json yarn.lock /opt/mastodon/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue