Removed openssl-dev package

Removed the openssl-dev package to fix a recently introduced unsatisfiable constraints error.
This commit is contained in:
Michel Sassano 2018-05-24 21:29:46 +02:00 committed by GitHub
parent 4ee8b636d7
commit 6d2519d68b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ RUN apk update \
# Pillow dependencies
&& apk add jpeg-dev zlib-dev freetype-dev lcms2-dev openjpeg-dev tiff-dev tk-dev tcl-dev \
# CFFI dependencies
&& apk add libffi-dev openssl-dev py-cffi
&& apk add libffi-dev py-cffi
RUN addgroup -S django \
&& adduser -S -G django django