sha256:c7f75dbdbe63ee5efd736fc9ec73a725df01e430a3473d0864b33123773a9a06
OS/ARCH
linux/amd64
Compressed size
114.73 MB
Last pushed
10 months by codeurjcdockerhub
Type
Image
Manifest digest
sha256:c7f75dbdbe63ee5efd736fc9ec73a725df01e430a3473d0864b33123773a9a06
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;1.23 MB4ENV PYTHON_VERSION=3.14.00 B5ENV PYTHON_SHA256=2299dae542d395ce3883aca00d3c910307cd68e0b2f7336098c8e7b7eee9f3e90 B6RUN /bin/sh -c set -eux;11.61 MB7RUN /bin/sh -c set -eux;250 B8CMD ["python3"]0 B9WORKDIR /project97 B10COPY requirements.txt requirements.txt # buildkit176 B11RUN /bin/sh -c pip install73.48 MB12COPY app.py app.py # buildkit1.35 KB13COPY goalscorers.csv goalscorers.csv # buildkit3.61 KB14CMD ["python" "app.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1763337600'