This bunny should be killed.
This commit is contained in:
@@ -53,6 +53,9 @@ jobs:
|
||||
docker buildx create --use
|
||||
docker buildx build --platform linux/arm/v7 -t arm-builder --load --file - . <<EOF
|
||||
FROM python:3.11-slim-buster
|
||||
WORKDIR /app
|
||||
COPY requirements.txt /app/requirements.txt
|
||||
COPY app /app/app
|
||||
RUN apt-get update && apt-get install -y \
|
||||
build-essential \
|
||||
zlib1g-dev \
|
||||
@@ -77,11 +80,8 @@ jobs:
|
||||
libgl1-mesa-dri \
|
||||
libgl1-mesa-dev \
|
||||
libglu1-mesa-dev \
|
||||
python3-dev
|
||||
WORKDIR /app
|
||||
COPY requirements.txt /app/requirements.txt
|
||||
COPY app /app/app
|
||||
RUN python -m pip install --upgrade pip \
|
||||
python3-dev \
|
||||
&& python -m pip install --upgrade pip \
|
||||
&& pip install -r /app/requirements.txt \
|
||||
&& pyinstaller --onefile --add-data "ui:ui" /app/app/wolServer.py
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user