FROM labs.etsi.org:5050/ocf/capif/python:3-slim-bullseye

RUN apt update
RUN apt install -y git

COPY setup.sh .

ENTRYPOINT ["bash", "setup.sh"]
