tlmgr
Manages packages and configuration options of an existing TeX Live installation. Some subcommands such as tlmgr paper have their own usage documentation. More information: <https://www.tug.org/texlive/tlmgr.html>.
RUN apt-get update && \
apt-get install -y texlive-base
RUN apt-get update && \
apt-get install -y texlive-base
RUN apt-get update && \
apt-get install -y texlive-base
RUN yum install -y texlive-base
RUN dnf install -y texlive-base
RUN apt-get update && \
apt-get install -y texlive-base