Fix Install libcurl and curl-dev into Dockerfile (#7241)

This commit is contained in:
Juan Vasquez 2020-04-13 03:54:23 -05:00 committed by GitHub
parent b711c2ea9e
commit 80737b5404
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
#------------------------------------------------------------------------------
#