sha256:cff13ca214cb041ca0772a184efb6c477a1329c20146976cc66b9a5333febf10
OS/ARCH
linux/amd64
Compressed size
53.75 MB
Last pushed
7 months by oshrirahamim
Type
Image
Manifest digest
sha256:cff13ca214cb041ca0772a184efb6c477a1329c20146976cc66b9a5333febf10
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 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;1.23 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;11.55 MB9RUN /bin/sh -c set -eux;251 B10CMD ["python3"]0 B11RUN groupadd -r appgroup &&1.76 KB12WORKDIR /app240 B13COPY requirements.txt .450 B14RUN pip install --no-cache-dir -r12.54 MB15COPY app/ ./app/21.73 KB16COPY run.py .480 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1771804800'