Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
0x41424142 authored Oct 3, 2024
1 parent c62c20a commit 6f99243
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 @@ -5,5 +5,5 @@
"ghcr.io/devcontainers-contrib/features/coverage-py:2": {}
},

"postCreateCommand": "sudo apt update && sudo apt install sqlite3 && pip3 install poetry"
"postCreateCommand": "sudo apt update && sudo apt install sqlite3 -y && pip3 install poetry"
}

0 comments on commit 6f99243

Please sign in to comment.