From 5164909d81ced4c6ba18e3ab88258a9270fdb391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20manuel=20Barroso=20Galindo?= Date: Fri, 28 Feb 2025 04:03:10 +0100 Subject: [PATCH] Reduces size a bit more, now it's 1mb #50 --- src/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dockerfile b/src/Dockerfile index 89a5efc..b8bffec 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -9,7 +9,7 @@ COPY downloader /app/downloader/ COPY __main__.py commit.py /app/ ENV CFLAGS="-Os -march=armv7-a" -RUN nuitka --lto=no --follow-imports \ +RUN nuitka --lto=yes --follow-imports \ --remove-output \ --include-module=_json \ --python-flag=no_site \