FROM docker:29.2-dind

RUN apk add \
  age \
  coreutils \
  curl \
  expect \
  gpg \
  gpg-agent \
  jq \
  moreutils \
  tar \
  zstd \
  --no-cache

WORKDIR /code/test
