Add CI
This commit is contained in:
parent
34ffadf3c1
commit
3d7a5403fb
2 changed files with 74 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM python:3.11-alpine as base
|
|||
|
||||
FROM base as builder
|
||||
# RUN sed -i 's|v3\.\d*|edge|' /etc/apk/repositories
|
||||
RUN apk update && apk add --no-cache gcc musl-dev libffi-dev
|
||||
RUN apk update && apk add --no-cache gcc musl-dev libffi-dev git
|
||||
COPY requirements.txt .
|
||||
RUN pip install -U pip setuptools wheel && pip install --user -r ./requirements.txt && rm ./requirements.txt
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue