Skip to content

Commit

Permalink
ajuste de libs para o container
Browse files Browse the repository at this point in the history
  • Loading branch information
renancesarr committed Oct 29, 2024
1 parent 27412f0 commit 0f16ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Node.js & TypeScript",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm",
"postCreateCommand": "git config --global user.name 'Renan Rabelo' && git config --global user.email '[email protected]' && sudo apt-get update && sudo apt-get install -y libnss3 libatk1.0-0 libatk-bridge2.0-0 libx11-xcb1 libxcomposite1 libxcursor1 libxdamage1 libxrandr2 libgbm1 libasound2 libpangocairo-1.0-0 libpango-1.0-0 libcups2 libdrm2 libgtk-3-0",
"postCreateCommand": "git config --global user.name 'Renan Rabelo' && git config --global user.email '[email protected]' && sudo apt-get update && sudo apt-get install -y libnss3 libatk1.0-0 libatk-bridge2.0-0 libx11-xcb1 libxcomposite1 libxcursor1 libxdamage1 libxrandr2 libgbm1 libasound2 libpangocairo-1.0-0 libpango-1.0-0 libcups2 libdrm2 libgtk-3-0 libcanberra-gtk-module libcanberra-gtk3-module",
"runArgs": [
"--cap-add=SYS_ADMIN",
"--env", "DISPLAY",
Expand Down

0 comments on commit 0f16ae5

Please sign in to comment.