Install powershell and azure-cli on cbl mar 2.0 crossdeps (#1112)

This commit is contained in:
Matt Mitchell 2024-06-27 10:31:32 -07:00 коммит произвёл GitHub
Родитель 6c50a1c0eb
Коммит 406c3c7d28
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -21,7 +21,10 @@ RUN tdnf update -y && \
# Jit rolling build dependency
python3-pip \
# diagnostics build dependency
lldb-devel
lldb-devel \
# Provdies azure cli and powershell, used for common AzureCLI AzDO tasks
powershell \
azure-cli
# Validate checksums with keyring after https://github.com/microsoft/azurelinux/issues/3142 is resolved
ENV NODE_VERSION=20.11.1