Skip to content

Commit

Permalink
resolvendo erros do container
Browse files Browse the repository at this point in the history
  • Loading branch information
renancesarr committed Oct 29, 2024
1 parent 49ffdf2 commit 4376bff
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 21 deletions.
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": "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",
"runArgs": [
"--cap-add=SYS_ADMIN",
"--env", "DISPLAY",
Expand Down
20 changes: 0 additions & 20 deletions README.md

This file was deleted.

Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit 4376bff

Please sign in to comment.