Update 'Dockerfile'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2021-01-11 11:46:41 +00:00
parent 846e3be3e7
commit 39966a4f2c
1 changed files with 4 additions and 3 deletions

View File

@ -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