Skip to content

Commit

Permalink
build: install shared-mime-info in Dockerfile (mastodon#15978)
Browse files Browse the repository at this point in the history
  • Loading branch information
mashirozx authored Mar 30, 2021
1 parent 84eedff commit e3f1107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN npm install -g yarn && \
gem install bundler && \
apt-get update && \
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/

Expand Down

0 comments on commit e3f1107

Please sign in to comment.