Update certificates
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2023-01-03 11:44:08 +01:00
parent 2dbecabed8
commit 3e401c35fc
1 changed files with 2 additions and 1 deletions

View File

@ -59,6 +59,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
# (pyvmomi & requests) Dependency for Ansible 'vmware_guest' module
pyvmomi \
requests && \
update-ca-certificates --fresh && \
pwsh -Command "Set-PSRepository -Name 'PSGallery' -InstallationPolicy 'Trusted' -Verbose" && \
pwsh -Command "Install-Module -Name 'powershell-yaml','VMware.PowerCLI' -Verbose" && \
pwsh -Command "Set-PowerCLIConfiguration -Scope User -ParticipateInCEIP \$False -Confirm:\$False" && \
@ -66,7 +67,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
apt-get remove -y \
apt-transport-https \
build-essential \
ca-certificates \
# ca-certificates \
curl \
gnupg && \
apt-get autoremove -y && \