]> cat aescling's git repositories - mastodon.git/commitdiff
build: install shared-mime-info in Dockerfile (#15978)
authorMashiro <moezhx@outlook.com>
Tue, 30 Mar 2021 08:10:04 +0000 (16:10 +0800)
committerGitHub <noreply@github.com>
Tue, 30 Mar 2021 08:10:04 +0000 (10:10 +0200)
Dockerfile

index 3b3d6dfcd1817c6540975322c9464751d6b567d7..962e5a8c9b26ed12a8f7054e9b8272d41c54f3f1 100644 (file)
@@ -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/