Skip to content

Commit

Permalink
Install Az pwsh modules
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss committed Dec 10, 2023
1 parent 98f2079 commit a67a9a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ RUN sudo apt-get install -y wget \
&& sudo dpkg -i powershell_$PWSH_VERSION-1.deb_amd64.deb \
&& sudo apt-get install -fy \
&& rm powershell_$PWSH_VERSION-1.deb_amd64.deb \
&& pwsh \
&& Install-Module -Name Az -Repository PSGallery -Force
&& pwsh -Command "Install-Module -Name Az -Repository PSGallery -Force"

0 comments on commit a67a9a2

Please sign in to comment.