sha256:90158ae6845f141a751de6b4b6849155c77de4c3ab87bb4305d946afbb499ab7
OS/ARCH
Compressed size
97.29 MB
Last pushed
about 1 year by appwoot
Type
Image
Manifest digest
sha256:25d412452ad8511641d65c0c0508a2916a940adf5e74dcf73787c6a557881ecb
Image Layers
1# debian.sh --arch 'amd64' out/28.39 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;1.23 MB5ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E3102505680 B6ENV PYTHON_VERSION=3.9.230 B7ENV PYTHON_SHA256=61a42919e13d539f7673cf11d1c404380e28e540510860b9d242196e165709c90 B8RUN /bin/sh -c set -eux;12.75 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11RUN /bin/sh -c groupadd -r3.15 KB12WORKDIR /app93 B13COPY requirements.txt . # buildkit457 B14RUN /bin/sh -c apt-get update53.31 MB15COPY /build/*.py ./ # buildkit173.05 KB16COPY /build/pyarmor_runtime_000000/ ./pyarmor_runtime_000000/ # buildkit264.1 KB17COPY /build/static/ ./static/ # buildkit335.48 KB18COPY /build/templates/ ./templates/ # buildkit43.27 KB19RUN /bin/sh -c chown -R816.83 KB20RUN /bin/sh -c mkdir -p187 B21COPY entrypoint.sh /entrypoint.sh # buildkit218 B22RUN /bin/sh -c sed -i278 B23EXPOSE map[5001/tcp:{}]0 B24ENTRYPOINT ["/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1754870400'