From 4bac70a2d45c056158a7b598c18ed6a7378e79a2 Mon Sep 17 00:00:00 2001 From: konsthol Date: Sun, 2 Nov 2025 20:35:52 +0200 Subject: [PATCH] This is where it all begins... --- .gitea/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 5ef00a5..7ce19cc 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -61,8 +61,8 @@ jobs: 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 \ + binutils \ + && pip install -r /app/requirements.txt \ && cd /app/app \ && pyinstaller --onefile --add-data "ui:ui" wolServer.py EOF