mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-06-19 12:28:15 -06:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
00defc98eb |
@ -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