From 54ca95c6cc8ebf81b359576f3ff5d2e9c651baab Mon Sep 17 00:00:00 2001 From: konsthol Date: Sun, 2 Nov 2025 20:30:17 +0200 Subject: [PATCH] I'm too foo for this bar --- .gitea/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 4c2e02a..0ad6ed3 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -60,6 +60,8 @@ jobs: COPY requirements.txt /app/requirements.txt COPY app /app/app ENV PIP_ROOT_USER_ACTION=ignore + RUN apt-get update && apt-get install -y --no-install-recommends \ + binutils RUN pip install -r /app/requirements.txt \ && cd /app/app \ && pyinstaller --onefile --add-data "ui:ui" wolServer.py