Profil générique pour la compilation de documents
This commit is contained in:
10
hooks/containerbuild/doc-compiler/add-packages
Normal file
10
hooks/containerbuild/doc-compiler/add-packages
Normal file
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
echo 'ENV DEBIAN_FRONTEND=noninteractive' >> Dockerfile
|
||||
echo 'RUN apt-get update && apt-get install --yes make' >> Dockerfile
|
||||
echo 'RUN apt-get update && apt-get install --yes texlive-full python3-setuptools python-setuptools python3-pygments python-pygments fonts-liberation fonts-liberation2 rubber' >> Dockerfile
|
||||
echo 'RUN apt-get update && apt-get install --yes pandoc' >> Dockerfile
|
||||
echo 'ENV DEBIAN_FRONTEND=' >> Dockerfile
|
||||
|
Reference in New Issue
Block a user