sha256:b872ef98663b196dbd2db6bb787d43471f939b7db6590c3dc6ce4da08a848957
OS/ARCH
linux/amd64
Compressed size
180.75 MB
Last pushed
over 1 year by stacktic
Type
Image
Manifest digest
sha256:b872ef98663b196dbd2db6bb787d43471f939b7db6590c3dc6ce4da08a848957
Image Layers
1# debian.sh --arch 'amd64' out/26.91 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;3.35 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.10 B6ENV PYTHON_SHA256=9cf9427bee9e2242e3877dd0f6b641c1853ca461f39d6503ce260a59c80bf0d90 B7RUN /bin/sh -c set -eux;11.99 MB8RUN /bin/sh -c set -eux;249 B9CMD ["python3"]0 B10WORKDIR /app238 B11RUN apt-get update 114.78 MB12COPY --chown=python:python requirements*.txt ./804 B13COPY --chown=python:python bin/ ./bin1.84 KB14RUN chmod 0755 bin/* &&22.99 MB15COPY --chown=python:python --from=assets /app/public /public50.49 KB16COPY --chown=python:python . .171.09 KB17RUN if [ "${DEBUG}" =519.17 KBCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1738540800'