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

Freeze production requirements

parent db70a58e
No related branches found
No related tags found
No related merge requests found
FROM python:3-alpine AS python_build
COPY requirements.txt /requirements.txt
COPY requirements-prod.txt /requirements.txt
RUN apk add --no-cache build-base python3-dev openssl-dev libffi-dev xmlsec xmlsec-dev \
&& pip install -r /requirements.txt
......
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