Add missing curl dependencies to dockerfile (for SQS)

This commit is contained in:
Frank Hamand 2019-01-24 15:37:43 +00:00
parent f2d4ef0b69
commit b30e25d85a
No known key found for this signature in database
GPG Key ID: 8EC213944E31752C

View File

@ -11,6 +11,8 @@ RUN apk add --no-cache \
py-pip \
postgresql-dev \
gcc \
curl \
curl-dev \
musl-dev \
libffi-dev \
openldap-dev \