Add ImageMagick as one of the dependencies to be installed inside Docker (#4618)
This commit is contained in:
parent
f327d95dcd
commit
e3e4a29ac8
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ FROM ruby:2.6.5-alpine3.10
|
|||
#
|
||||
#------------------------------------------------------------------------------
|
||||
RUN apk update -qq && apk add git nodejs postgresql-client ruby-dev build-base \
|
||||
libxml2-dev libxslt-dev pcre-dev libffi-dev postgresql-dev tzdata
|
||||
libxml2-dev libxslt-dev pcre-dev libffi-dev postgresql-dev tzdata imagemagick
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue