mirror of
				https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
				synced 2025-10-29 13:10:06 -06:00 
			
		
		
		
	Fixing adding the missing dependency of jq.
This commit is contained in:
		| @@ -9,6 +9,8 @@ RUN sudo apt-get update | ||||
| RUN sudo apt-get install -y curl | ||||
| #Instalando wget | ||||
| RUN sudo apt-get install -y wget | ||||
| #Instalando jq | ||||
| RUN sudo apt-get install -y jq | ||||
|  | ||||
| #Instalando devtunnel | ||||
| #Comandos que no se deben olvidar correr al crear el devtunnel | ||||
|   | ||||
| @@ -1 +1 @@ | ||||
| 1.0.16 | ||||
| 1.0.17 | ||||
		Reference in New Issue
	
	Block a user