FROM public.ecr.aws/sam/build-python3.12

LABEL maintainer="Betajob AS" \
      description="Patched AWS Lambda build container"

RUN pip install poetry==1.2.2
