Trying to fix. Updating to version 2.0.16

This commit is contained in:
Alejandro Lembke Barrientos 2024-03-30 03:15:32 +00:00
parent 6525dc4c7e
commit dddaf129f4
Signed by: aleleba
GPG Key ID: F48D7CDEB47942BD
2 changed files with 4 additions and 1 deletions

View File

@ -12,6 +12,9 @@ RUN sudo apt-get install -y wget
#Instalando jq #Instalando jq
RUN sudo apt-get install -y jq RUN sudo apt-get install -y jq
RUN sudo apt-get update
RUN sudo apt-get install dumb-init
RUN adduser --gecos '' --disabled-password vscode \ RUN adduser --gecos '' --disabled-password vscode \
&& echo "vscode ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers.d/nopasswd && echo "vscode ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers.d/nopasswd

View File

@ -1 +1 @@
2.0.15 2.0.16