mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-06-19 20:38:12 -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
|
||||
|
Reference in New Issue
Block a user