Skip to content
Snippets Groups Projects
Commit c68b15e9 authored by kaiyou's avatar kaiyou
Browse files

Add missing dependencies for building Pillow

parent b2cff7ad
No related branches found
No related tags found
No related merge requests found
FROM python:3-alpine AS python_build
COPY requirements-prod.txt /requirements.txt
RUN apk add --no-cache build-base python3-dev openssl-dev libffi-dev xmlsec xmlsec-dev postgresql-dev mariadb-connector-c-dev \
RUN apk add --no-cache build-base \
python3-dev openssl-dev libffi-dev xmlsec xmlsec-dev \
postgresql-dev mariadb-connector-c-dev \
jpeg-dev zlib-dev freetype-dev lcms2-dev openjpeg-dev \
tiff-dev \
&& pip install -r /requirements.txt
FROM node:alpine AS assets_build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment