bad message

This commit is contained in:
Amaury JOLY
2025-05-05 08:13:55 +00:00
parent 23b4126f7e
commit ee359083fd
9 changed files with 88 additions and 106 deletions

View File

@ -2,7 +2,7 @@
// See: https://containers.dev/ for the "official" DevContainer specifications
{
"name": "latex-default", //Add the name your DevContainer Here,
"image": "pandoc/latex:latest-ubuntu", //Add the name of your Docker image here. See: https://hub.docker.com for available containers
"image": "texlive/texlive", //Add the name of your Docker image here. See: https://hub.docker.com for available containers
"containerEnv": { //Add your build arguments here
"DEBIAN_FRONTEND": "noninteractive"
},