Skip to content

Commit c2ec275

Browse files
committed
Install Azure CLI on a Linux release image in a Docker container for Azure authentication.
1 parent 4756419 commit c2ec275

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.linux

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN tdnf update -y && \
1919
curl \
2020
wget \
2121
tar \
22+
azure-cli \
2223
ca-certificates && \
2324
tdnf clean all && \
2425
rm -rf /var/cache/tdnf /tmp/*

0 commit comments

Comments
 (0)