fix api and stuff

This commit is contained in:
2024-09-11 15:58:30 +02:00
parent 387c41db05
commit 249b111e67
7 changed files with 39 additions and 23 deletions

View File

@@ -3,6 +3,8 @@ FROM python:3.12-alpine3.20 AS pip_build_stage
COPY ./python/requierements.txt /
RUN pip3.12 install setuptools
RUN apk add \
make \
git \