Compare commits
	
		
			2 Commits
		
	
	
		
			ee57c502d7
			...
			12c75403a0
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 12c75403a0 | |||
| 29e242c30c | 
| @@ -44,6 +44,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ | ||||
|       locales \ | ||||
|       make \ | ||||
|       netcat-openbsd \ | ||||
|       npm \ | ||||
|       openssh-client \ | ||||
|       powershell-lts \ | ||||
|       # (python3-*) Dependency for installation of Ansible | ||||
| @@ -59,6 +60,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ | ||||
|       yamllint && \ | ||||
|     sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && \ | ||||
|     locale-gen && \ | ||||
|     npm install npm@latest -g && \ | ||||
|     npm install n -g && \ | ||||
|     n latest && \ | ||||
|     pip3 install --upgrade pip && \ | ||||
|     pip3 install \ | ||||
|       ansible-core~=2.14.0 \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user