Skip to content

Commit 0669187

Browse files
committed
debug
1 parent 8e658be commit 0669187

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM srsp/ansible:2.16.8 as build
22

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+
36
# Install azure cli
47
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash
58

0 commit comments

Comments
 (0)