FROM python:3.11-slim-bookworm AS compile-image
LABEL maintainer="Wazo Maintainers <dev@wazo.community>"

RUN apt-get update
RUN apt-get install --yes curl
RUN curl -s https://raw.githubusercontent.com/asterisk/asterisk/master/contrib/scripts/refcounter.py --output /usr/bin/refcounter.py
