Fix Install libcurl and curl-dev into Dockerfile (#7241)
This commit is contained in:
parent
b711c2ea9e
commit
80737b5404
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@ FROM ruby:2.7.1-alpine3.10
|
|||
#
|
||||
#------------------------------------------------------------------------------
|
||||
RUN apk update -qq && apk add git nodejs postgresql-client ruby-dev build-base \
|
||||
less libxml2-dev libxslt-dev pcre-dev libffi-dev postgresql-dev tzdata imagemagick
|
||||
less libxml2-dev libxslt-dev pcre-dev libffi-dev postgresql-dev tzdata imagemagick \
|
||||
libcurl curl-dev
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue