This commit is contained in:
parent
6df7d2b26c
commit
1d643eb4ad
@ -53,7 +53,7 @@ RUN dpkg -i /tmp/packages-microsoft-prod.deb && \
|
||||
apt-get autoremove -y && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
pwsh -Command "Set-PSRepository -Name 'PSGallery' -InstallationPolicy 'Trusted' -Verbose" && \
|
||||
pwsh -Command "Install-Module -Name 'VMware.PowerCLI' -Verbose" && \
|
||||
pwsh -Command "Install-Module -Name 'powershell-yaml','VMware.PowerCLI' -Verbose" && \
|
||||
sh /tmp/ovftool-installer --console --eulas-agreed --required && \
|
||||
rm -f /tmp/ovftool-installer
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user