Decrease image size, use pyinstaller

This commit is contained in:
t3chn0m4g3
2024-11-26 13:38:26 +01:00
parent 626b657082
commit d28fcb6a22
3 changed files with 20 additions and 26 deletions

View File

@ -1,7 +1,7 @@
FROM alpine:3.20 AS builder
#
# Install packages
RUN apk --no-cache add \
RUN apk --no-cache -U add \
build-base \
git \
libffi \