We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e658be commit 0669187Copy full SHA for 0669187
Dockerfile
@@ -1,5 +1,8 @@
1
FROM srsp/ansible:2.16.8 as build
2
3
+RUN apt-get update && apt-get upgrade -y
4
+RUN apt-get install -y ca-certificates curl apt-transport-https lsb-release gnupg
5
+
6
# Install azure cli
7
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash
8
0 commit comments