diff options
author | Mashiro <moezhx@outlook.com> | 2021-03-30 16:10:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 10:10:04 +0200 |
commit | e3f110797592763db789a016d643169c08cb2f8b (patch) | |
tree | 8c101fed5b321eb169917fc2eaa2139f69462121 /Dockerfile | |
parent | 84eedff19a43cfa7c6994b4fc20c88b5025368ce (diff) |
build: install shared-mime-info in Dockerfile (#15978)
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 3b3d6dfcd..962e5a8c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/ |