Install powershell and azure-cli on cbl mar 2.0 crossdeps (#1112)
This commit is contained in:
Родитель
6c50a1c0eb
Коммит
406c3c7d28
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче