mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-01-09 05:06:46 -06:00
Fixing adding the missing dependency of jq.
This commit is contained in:
parent
127a78f58d
commit
00defc98eb
@ -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
|
||||||
|
@ -1 +1 @@
|
|||||||
1.0.16
|
1.0.17
|
Loading…
Reference in New Issue
Block a user