Made SDK have more included libraries, and made App Builder MUCH faster
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user