Made SDK have more included libraries, and made App Builder MUCH faster

This commit is contained in:
frikky
2021-09-08 01:09:57 +02:00
parent 52ba4a9537
commit e028e9af99
5 changed files with 35 additions and 17 deletions
+3 -1
View File
@@ -8,7 +8,9 @@ WORKDIR /install
FROM base
RUN apk update && apk add --no-cache tzdata
#--no-cache
RUN apk update && apk add --update tzdata libmagic alpine-sdk libffi libffi-dev musl-dev openssl-dev
COPY --from=builder /install /usr/local
COPY requirements.txt /requirements.txt
RUN pip3 install -r /requirements.txt