sha256:aee7c90aadf664f8947de36ab2380b8875c8f6d785f4566da8b2e6061dc9ad11
OS/ARCH
Compressed size
156.81 MB
Last pushed
about 2 months by juneix
Type
Image
Manifest digest
sha256:a6804411529a034733cdc2c839d8db607301c3645cc1ee852dc029e14796a624
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;249 B10CMD ["python3"]0 B11WORKDIR /app93 B12COPY /ffmpeg /ffprobe /usr/local/bin/ #71.25 MB13ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 MIPLAY_HOST= WEB_PORT=83000 B14COPY /app/deps /app/deps # buildkit43.74 MB15COPY miplay/ ./miplay/ # buildkit656.28 KB16COPY miplay.py ./ # buildkit232 B17RUN /bin/sh -c mkdir -p113 B18EXPOSE [8300/tcp]0 B19CMD ["python" "miplay.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'