Skip to content

Commit

Permalink
add install shared-mime-info just in case to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubik committed Mar 26, 2021
1 parent 1178069 commit 4b1e85e
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 @@ -44,7 +44,7 @@ ENV USER_REPORT_KEY $USER_REPORT_KEY
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
postgresql-client nodejs build-essential patch zlib1g-dev liblzma-dev libicu-dev
postgresql-client nodejs build-essential patch zlib1g-dev liblzma-dev libicu-dev shared-mime-info
RUN npm install -g yarn

# Create app directory
Expand Down

0 comments on commit 4b1e85e

Please sign in to comment.