I'm too foo for this bar

This commit is contained in:
2025-11-02 20:30:17 +02:00
parent 08bf74c327
commit 54ca95c6cc

View File

@@ -60,6 +60,8 @@ jobs:
COPY requirements.txt /app/requirements.txt COPY requirements.txt /app/requirements.txt
COPY app /app/app COPY app /app/app
ENV PIP_ROOT_USER_ACTION=ignore 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 \ RUN pip install -r /app/requirements.txt \
&& cd /app/app \ && cd /app/app \
&& pyinstaller --onefile --add-data "ui:ui" wolServer.py && pyinstaller --onefile --add-data "ui:ui" wolServer.py