parent
846e3be3e7
commit
39966a4f2c
@ -53,9 +53,10 @@ RUN dpkg -i /tmp/packages-microsoft-prod.deb && \
|
||||
pwsh -Command "Install-Module -Name 'powershell-yaml','VMware.PowerCLI' -Verbose" && \
|
||||
pwsh -Command "Set-PowerCLIConfiguration -Scope User -ParticipateInCEIP \$False -Confirm:\$False" && \
|
||||
sh /tmp/ovftool-installer --console --eulas-agreed --required && \
|
||||
apt remove -y \
|
||||
build-essential && \
|
||||
apt autoremove -y && \
|
||||
apt-get remove -y \
|
||||
build-essential \
|
||||
curl && \
|
||||
apt-get autoremove -y && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
rm -f /tmp/ovftool-installer
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user