diff --git a/templates/common/.devcontainer/devcontainer.json/python/func/devcontainer.json b/templates/common/.devcontainer/devcontainer.json/python/func/devcontainer.json index 362e5002e7d..d2df0b9592a 100644 --- a/templates/common/.devcontainer/devcontainer.json/python/func/devcontainer.json +++ b/templates/common/.devcontainer/devcontainer.json/python/func/devcontainer.json @@ -27,7 +27,7 @@ 3000, 3100 ], - "postCreateCommand": "echo 'Installing functions-core-tools:' && cd && mkdir functions-core-tools-install && cd functions-core-tools-install && wget -q \"https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.5455/Azure.Functions.Cli.linux-x64.4.0.5455.zip\" && echo ' - extracting files.' && unzip -q -d azure-functions-cli Azure.Functions.Cli.linux-x64.4.0.5455.zip && rm Azure.Functions.Cli.linux-x64.4.0.5455.zip && cd azure-functions-cli && chmod +x func && chmod +x gozip && echo ' - export func.' && sudo rsync -av ~/functions-core-tools-install/azure-functions-cli/ /usr/bin/", + "postCreateCommand": "echo 'Installing functions-core-tools:' && cd && mkdir functions-core-tools-install && cd functions-core-tools-install && wget -q \"https://github.com/Azure/azure-functions-core-tools/releases/download/4.0.5455/Azure.Functions.Cli.linux-x64.4.0.5455.zip\" && echo ' - extracting files.' && unzip -q -d azure-functions-cli Azure.Functions.Cli.linux-x64.4.0.5455.zip && rm Azure.Functions.Cli.linux-x64.4.0.5455.zip && cd azure-functions-cli && chmod +x func && chmod +x gozip && echo ' - export func.' && sudo cp -r ~/functions-core-tools-install/azure-functions-cli/* /usr/bin/", "remoteUser": "vscode", "hostRequirements": { "memory": "8gb"