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

Install git for building dependencies

parent bb711d47
No related branches found
No related tags found
No related merge requests found
FROM python:3-alpine AS python_build FROM python:3-alpine AS python_build
COPY requirements-prod.txt /requirements.txt COPY requirements-prod.txt /requirements.txt
RUN apk add --no-cache build-base \ RUN apk add --no-cache build-base git \
python3-dev openssl-dev libffi-dev xmlsec xmlsec-dev \ python3-dev openssl-dev libffi-dev xmlsec xmlsec-dev \
postgresql-dev mariadb-connector-c-dev \ postgresql-dev mariadb-connector-c-dev \
jpeg-dev zlib-dev freetype-dev lcms2-dev openjpeg-dev \ jpeg-dev zlib-dev freetype-dev lcms2-dev openjpeg-dev \
......
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