Fixing adding the missing dependency of jq.

This commit is contained in:
Alejandro Lembke Barrientos 2023-08-29 14:19:33 +00:00
parent 127a78f58d
commit 00defc98eb
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,8 @@ RUN sudo apt-get update
RUN sudo apt-get install -y curl RUN sudo apt-get install -y curl
#Instalando wget #Instalando wget
RUN sudo apt-get install -y wget RUN sudo apt-get install -y wget
#Instalando jq
RUN sudo apt-get install -y jq
#Instalando devtunnel #Instalando devtunnel
#Comandos que no se deben olvidar correr al crear el devtunnel #Comandos que no se deben olvidar correr al crear el devtunnel

View File

@ -1 +1 @@
1.0.16 1.0.17