This commit is contained in:
		| @@ -25,7 +25,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ | |||||||
|       ca-certificates \ |       ca-certificates \ | ||||||
|       curl \ |       curl \ | ||||||
|       gnupg && \ |       gnupg && \ | ||||||
|     curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - && \ |     curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/microsoft.gpg && \ | ||||||
|     echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-debian-bullseye-prod bullseye main" > /etc/apt/sources.list.d/microsoft.list && \ |     echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-debian-bullseye-prod bullseye main" > /etc/apt/sources.list.d/microsoft.list && \ | ||||||
|     apt-get upgrade -y && apt-get install -y --no-install-recommends \ |     apt-get upgrade -y && apt-get install -y --no-install-recommends \ | ||||||
|       # (build-essential) Dependency for installation of InSpec |       # (build-essential) Dependency for installation of InSpec | ||||||
| @@ -35,7 +35,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ | |||||||
|       locales \ |       locales \ | ||||||
|       netcat-openbsd \ |       netcat-openbsd \ | ||||||
|       openssh-client \ |       openssh-client \ | ||||||
|       powershell \ |       powershell-lts \ | ||||||
|       # (python3-*) Dependency for installation of Ansible |       # (python3-*) Dependency for installation of Ansible | ||||||
|       python3-pip \ |       python3-pip \ | ||||||
|       python3-setuptools \ |       python3-setuptools \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user