FROM docker.io/blang/latex:latest RUN apt-get update && apt-get install -y \ biber \ python3 \ python3-pip \ git \ inkscape \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* WORKDIR /data