This commit is contained in:
Chuck Lantz 2020-12-01 08:59:35 -08:00 коммит произвёл GitHub
Родитель 0f2227fa9e
Коммит 7f40157ff9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -25,7 +25,8 @@ There are a few options you can pick from by updating the following line in `.d
"INSTALL_DOCKER": "true",
"INSTALL_NODE": "true"
}
`
```
If you plan to use the Azure Cloud Shell for all of your Ansible operations, you can set `"INSTALL_DOCKER": "false"`. Conversely, if you do not plan to use Cloud Shell, you can set `"INSTALL_DOCKER": "false"`. By default, both are installed so you can decide later.
Beyond `git`, this `Dockerfile` includes `zsh`, [Oh My Zsh!](https://ohmyz.sh/), a non-root `vscode` user with `sudo` access, and a set of common dependencies for development.