Skip to content

Commit

Permalink
Atualizada a imagem-base do devcontainer do projeto para Alpine.
Browse files Browse the repository at this point in the history
  • Loading branch information
lbssousa committed Oct 14, 2024
1 parent 2d9ff27 commit f9cc3c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "gradual-simples",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-22.04",
"image": "mcr.microsoft.com/devcontainers/base:alpine",
"features": {
"ghcr.io/lbssousa/devcontainer-features-texlive-music/texlive:1": {
"repository": "https://linorg.usp.br/CTAN/systems/texlive/tlnet",
"version": "latest",
"scheme": "minimal",
"extra-packages": "babel-latin babel-portuges booktabs ebgaramond enumitem epstopdf-pkg fontspec gregoriotex hyperref hyphen-latin hyphen-portuguese l3packages latex-bin latexindent latexmk luacolor luamplib luatexbase memoir metapost metre microtype paracol relsize texcount textcase titlesec tools xcolor xkeyval xpatch xstring"
"extra-packages": "babel-latin babel-portuges booktabs ebgaramond enumitem epstopdf-pkg fontspec gregoriotex hyperref hyphen-latin hyphen-portuguese l3packages latex-bin latexindent latexmk luacolor luamplib luatexbase memoir metapost metre microtype paracol relsize texcount textcase titlesec tools xcolor xetex xkeyval xpatch xstring"
}
},
"hostRequirements": {
Expand Down

0 comments on commit f9cc3c9

Please sign in to comment.