Vitor Hugo vitoru
  • Joined on 2026-05-07

kaizoku/cache (33079d4bd9b66bc275a7ee099178eb08d51496b8cf38d61f7597f36b89f34b93)

Published 2026-07-15 12:40:04 +00:00 by vitoru

Installation

docker pull gitea.vitoru.fun/vitoru/kaizoku/cache:33079d4bd9b66bc275a7ee099178eb08d51496b8cf38d61f7597f36b89f34b93
sha256:d94ec6470956f519b4455d43b99b712f9f1efc6cc1d18c97652157ec431da129

Image Layers

RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt-get update && apt-get install -y --no-install-recommends ffmpeg ca-certificates && rm -rf /var/lib/apt/lists/*