Adding extensions into .devcontainer will make vscode install them every time I reopen the folder in container, which can not take advantage from docker layer cache to accelerate the starting even if extension settings are not changed. Is there a way to install these extensions in Dockerfile?