ARG BASE_IMAGE_TAG

FROM ${BASE_IMAGE_TAG}

RUN apt-get update \
    && apt-get install texlive-full -y
