Last time I said it works? I was kidding. Try this.
This commit is contained in:
@@ -60,8 +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 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
|
||||
|
||||
Reference in New Issue
Block a user