FROM mcr.microsoft.com/devcontainers/base:debian

RUN apt update \
    && apt install -y pkgconf libclang-dev

ENTRYPOINT [ "sleep", "infinity" ]