grmbl
This commit is contained in:
@@ -61,7 +61,7 @@ jobs:
|
|||||||
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 \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
binutils \
|
binutils \
|
||||||
&& pip install -r /app/requirements.txt \
|
&& 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
|
||||||
|
|||||||
Reference in New Issue
Block a user