Adaptation de l’image docker
This commit is contained in:
parent
3fcb01f26e
commit
284b44e1b8
|
@ -3,8 +3,9 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
echo 'ENV DEBIAN_FRONTEND=noninteractive' >> Dockerfile
|
echo 'ENV DEBIAN_FRONTEND=noninteractive' >> Dockerfile
|
||||||
echo 'RUN apt-get update && apt-get install --yes make' >> Dockerfile
|
echo 'RUN apt update && apt dist-upgrade && apt clean all' >> 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 update && apt install --yes make' >> Dockerfile
|
||||||
echo 'RUN apt-get update && apt-get install --yes pandoc' >> Dockerfile
|
echo 'RUN apt update && apt install --yes python3-setuptools python-setuptools python3-pygments python-pygments fonts-liberation fonts-liberation2 && apt clean all' >> Dockerfile
|
||||||
|
echo 'RUN apt update && apt install --yes texlive-full rubber && apt clean all' >> Dockerfile
|
||||||
echo 'ENV DEBIAN_FRONTEND=' >> Dockerfile
|
echo 'ENV DEBIAN_FRONTEND=' >> Dockerfile
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Configuration générale du profil
|
# Configuration générale du profil
|
||||||
[profile]
|
[profile]
|
||||||
# Image Docker par défaut
|
# Image Docker par défaut
|
||||||
default_image=ubuntu:focal
|
default_image=ubuntu:jammy
|
||||||
|
|
||||||
# Configuration de l’étape de pré-construction du conteneur
|
# Configuration de l’étape de pré-construction du conteneur
|
||||||
[containerbuild]
|
[containerbuild]
|
||||||
|
|
Loading…
Reference in New Issue