fix api and stuff
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user