Removed unnecessary git dep in docker image

This commit is contained in:
shrukan
2022-12-26 17:36:50 -08:00
parent b243ad4e55
commit d3c0220100
4 changed files with 7 additions and 7 deletions

View File

@ -15,8 +15,8 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Uncomment the next line to run commands after the container is created.
// "postCreateCommand": "cat /etc/os-release",
// The basic image doesn't have or need git, but we do to work in it
"postCreateCommand": "apt-get install -y git",
// Configure tool-specific properties.
"customizations": {