Nettoyage
This commit is contained in:
12
hooks/containerbuild/latex-compiler/add-packages
Executable file
12
hooks/containerbuild/latex-compiler/add-packages
Executable file
@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
echo 'ENV DEBIAN_FRONTEND=noninteractive' >> Dockerfile
|
||||
echo 'RUN apt update && apt dist-upgrade --yes && apt clean all' >> Dockerfile
|
||||
echo 'RUN apt update && apt install --yes make' >> Dockerfile
|
||||
echo 'RUN apt update && apt install --yes python3-setuptools python3-pygments fonts-liberation fonts-liberation2 && apt clean all' >> Dockerfile
|
||||
echo 'RUN apt update && apt install --yes texlive-full rubber && apt clean all' >> Dockerfile
|
||||
echo 'RUN apt update && apt install --yes curl && apt clean all' >> Dockerfile
|
||||
echo 'ENV DEBIAN_FRONTEND=' >> Dockerfile
|
||||
|
Reference in New Issue
Block a user