diff --git a/hooks/containerbuild/texlive/add-packages b/hooks/containerbuild/texlive/add-packages index ad946e4..5d4f9cb 100755 --- a/hooks/containerbuild/texlive/add-packages +++ b/hooks/containerbuild/texlive/add-packages @@ -3,9 +3,9 @@ set -e echo 'ENV DEBIAN_FRONTEND=noninteractive' >> Dockerfile -echo 'RUN apt-get update && apt-get install --yes --no-install-recommends texlive-full' >> Dockerfile -echo 'RUN apt-get update && apt-get install --yes --no-install-recommends make' >> Dockerfile -echo 'RUN apt-get update && apt-get install --yes --no-install-recommends fonts-liberation fonts-liberation2' >> Dockerfile -echo 'RUN apt-get update && apt-get install --yes --no-install-recommends python3-pygments python-pygments' >> Dockerfile -echo 'RUN apt-get update && apt-get install --yes --no-install-recommends rubber' >> Dockerfile +echo 'RUN apt-get update && apt-get install --yes texlive-full' >> Dockerfile +echo 'RUN apt-get update && apt-get install --yes make' >> Dockerfile +echo 'RUN apt-get update && apt-get install --yes fonts-liberation fonts-liberation2' >> Dockerfile +echo 'RUN apt-get update && apt-get install --yes python3-setuptools python-setuptools python3-pygments python-pygments' >> Dockerfile +echo 'RUN apt-get update && apt-get install --yes rubber' >> Dockerfile echo 'ENV DEBIAN_FRONTEND=' >> Dockerfile