Skip to content

Commit

Permalink
fix: install git in docker for compatibility with mercury-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Aug 3, 2019
1 parent 3d2a38a commit 64d8c2a
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
@@ -1,7 +1,7 @@
FROM node:10.15-slim
LABEL MAINTAINER https://github.com/DIYgod/RSSHub/

RUN apt-get update && apt-get install -yq libgconf-2-4 apt-transport-https --no-install-recommends && apt-get clean \
RUN apt-get update && apt-get install -yq libgconf-2-4 apt-transport-https git --no-install-recommends && apt-get clean \
&& rm -rf /var/lib/apt/lists/*

ENV NODE_ENV production
Expand Down

0 comments on commit 64d8c2a

Please sign in to comment.