2020-08-12 15:51:48 +02:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
echo 'ENV DEBIAN_FRONTEND=noninteractive' >> Dockerfile
|
2022-04-13 08:06:50 +02:00
|
|
|
echo 'RUN apt-get update && apt-get install --yes --no-install-recommends texlive make fonts-liberation fonts-liberation2 python3-pygments rubber' >> Dockerfile
|
2020-08-12 15:51:48 +02:00
|
|
|
echo 'ENV DEBIAN_FRONTEND=' >> Dockerfile
|