fix Update-DockerImages.ps1 installation

This commit is contained in:
Aleksandr Chebotov
2020-10-02 11:50:58 +03:00
parent 42d210e4e7
commit c646bf5912
3 changed files with 6 additions and 6 deletions

View File

@@ -230,4 +230,8 @@ $markdown += New-MDHeader "Android" -Level 3
$markdown += Build-AndroidTable | New-MDTable
$markdown += New-MDNewLine
# Docker images section
$markdown += New-MDHeader "Cached Docker images" -Level 3
$markdown += New-MDList -Style Unordered -Lines @(Get-CachedDockerImages)
$markdown | Out-File -FilePath "C:\InstalledSoftware.md"