Tamarin/hooks/containerbuild/texlive/add-packages

8 lines
229 B
Plaintext
Raw Normal View History

2020-08-12 15:51:48 +02:00
#!/usr/bin/env bash
set -e
echo 'ENV DEBIAN_FRONTEND=noninteractive' >> Dockerfile
echo 'RUN apt-get update && apt-get install --yes --no-install-recommends texlive-full' >> Dockerfile
echo 'ENV DEBIAN_FRONTEND=' >> Dockerfile