mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
fix: install dependencies for v13 on creation
This commit is contained in:
parent
a7aae8a000
commit
1b4b662aa3
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
"dockerComposeFile": "./docker-compose.yml",
|
||||
"service": "frappe",
|
||||
"workspaceFolder": "/workspace/development",
|
||||
"onCreateCommand": "sudo apt update && sudo apt upgrade && sudo apt install -y python3-venv python3.9-dev",
|
||||
"shutdownAction": "stopCompose",
|
||||
"extensions": [
|
||||
"ms-python.python",
|
||||
|
|
|
|||
Loading…
Reference in a new issue