cache (62bfa0587e3aea7c5486c5bdda25115bac039366921b25f1c20832b2ae4c211e)

Published 2025-11-24 22:35:06 +01:00 by SolaceRenovateFox

Installation

docker pull code.billie.codes/purplebooth/cache:62bfa0587e3aea7c5486c5bdda25115bac039366921b25f1c20832b2ae4c211e
sha256:86ac4f2d8f158a354e89865c7986657b10b44b06ad1a5524544c0e629afe0509

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=25.10
ADD file:8ccca3821827ab9c5998bd942e103c70878335f75be5b71b28f3fbe104f6c658 in /
CMD ["/bin/bash"]
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ENV PATH="/opt/venv/bin:$PATH"
/bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y git python3 python3-venv python3-pip jq detox ca-certificates coreutils grep sed && rm -rf /var/lib/apt/lists/* && mkdir -p /opt/venv && python3 -m venv /opt/venv && git clone --depth 1 https://github.com/mkb79/audible-cli.git /src && /opt/venv/bin/pip install --no-cache-dir --upgrade pip && /opt/venv/bin/pip install --no-cache-dir /src && /opt/venv/bin/pip install --no-cache-dir 'h11>=0.16.0'
ENV AUDIBLE_PLUGIN_DIR="/src/plugin_cmds"
/bin/sh -c groupadd -g 1568 nonroot && useradd -u 1568 -g 1568 nonroot
ENV PATH="$PATH:/opt/ffmpeg/bin"
COPY dir:5665ba028af3eb7d4e89fa91078b903e4b27b514accf696a5b8f3ea3d87d714a in /opt/ffmpeg
COPY file:68e03518457a1a24022b88e258ef9a903f8ecdecf88bf36625232496be103e31 in /entrypoint.sh

Labels

Key Value
io.buildah.version 1.42.0
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 25.10