Skip to content

Commit

Permalink
Add imagemagick for PNG support
Browse files Browse the repository at this point in the history
  • Loading branch information
beevelop committed May 22, 2017
1 parent a44a5d1 commit 2502716
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 @@ -8,7 +8,7 @@ ENV GH_CLIENT_ID=null \
GH_CLIENT_SECRET=null \
INFOSITE="http://shields.io"

RUN apt-get update && apt-get install -y pkg-config libcairo2-dev git gettext && \
RUN apt-get update && apt-get install -y pkg-config libcairo2-dev git gettext imagemagick && \
git clone https://github.com/badges/shields && cd shields && \
npm i

Expand Down

0 comments on commit 2502716

Please sign in to comment.