Skip to content

Commit

Permalink
added missing az install
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Fyda committed Jun 10, 2024
1 parent be92e9b commit 6e12042
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ RUN mkdir -p /etc/apt/conf.d \

#Fix debian slim missing man dirs errors
RUN seq 1 8 | xargs -I{} mkdir -p /usr/share/man/man{}

#Update & install packages
RUN apt-get update \
&& apt-get -y install apt-utils \
&& apt-get -y dist-upgrade \
Expand Down
5 changes: 5 additions & 0 deletions scripts/install_azcli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ Suites: ${AZ_DIST}
Components: main
Architectures: $(dpkg --print-architecture)
Signed-by: /etc/apt/keyrings/microsoft.gpg" |tee /etc/apt/sources.list.d/azure-cli.sources


apt-get update \
&& apt-get -y install azure-cli \
&& apt-get clean

0 comments on commit 6e12042

Please sign in to comment.