sha256:dbc5d14edc8782d5e0a200b714bd27ab3a645005d7ccaf97d6d4e2bd7e354e21
OS/ARCH
Compressed size
248.98 MB
Last pushed
12 months by shenxianmq
Type
Image
Manifest digest
sha256:c3d402196b355441c3afe7835e5b27df6e84f7a7d3f8cb95bf74e4df6cfea9a5
Image Layers
1# debian.sh --arch 'arm64' out/26.76 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;2.99 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.70 B7ENV PYTHON_SHA256=24887b92e2afd4a2ac602419ad4b596372f67ac9b077190f459aba390faf55500 B8RUN /bin/sh -c set -eux;12.9 MB9RUN /bin/sh -c set -eux;251 B10CMD ["python3"]0 B11WORKDIR /app91 B12COPY requirements.txt /app/ # buildkit992 B13RUN /bin/sh -c pip install34.94 MB14RUN /bin/sh -c apt-get update42.52 MB15WORKDIR /app32 B16RUN /bin/sh -c pip install8.29 MB17WORKDIR /app32 B18RUN /bin/sh -c apt-get update102.29 MB19RUN /bin/sh -c pip install32 B20WORKDIR /app32 B21RUN /bin/sh -c pip install239.6 KB22WORKDIR /app32 B23COPY requirements.txt /app/ # buildkit999 B24RUN /bin/sh -c pip install340.01 KB25RUN /bin/sh -c pip install1.48 KB26WORKDIR /app32 B27COPY requirements.txt /app/ # buildkit1011 B28RUN /bin/sh -c pip install24.55 KB29RUN /bin/sh -c pip install32 B30WORKDIR /app32 B31COPY requirements.txt /app/ # buildkit1014 B32RUN /bin/sh -c pip install1.1 MB33WORKDIR /app32 B34COPY requirements.txt /app/ # buildkit32 B35RUN /bin/sh -c pip install848.93 KB36WORKDIR /app32 B37COPY requirements.txt /app/ # buildkit32 B38RUN /bin/sh -c pip install9.74 MB39WORKDIR /app32 B40COPY requirements.txt /app/ # buildkit32 B41RUN /bin/sh -c pip install32 B42ENV LANG=C.UTF-8 TZ=Asia/Shanghai PUID=0 PGID=00 B43COPY . /app # buildkit340.45 KB44WORKDIR /app32 B45RUN /bin/sh -c chmod +x335 B46RUN /bin/sh -c python3 compile_as.py83.52 KB47RUN /bin/sh -c python3 setup.py5.63 MB48ENTRYPOINT ["/app/start.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1733097600'