From dddaf129f478f88c72e2757556888feb68eb33cd Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Sat, 30 Mar 2024 03:15:32 +0000 Subject: [PATCH] Trying to fix. Updating to version 2.0.16 --- Dockerfile | 3 +++ version.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 22c6d10..6e28072 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,9 @@ RUN sudo apt-get install -y wget #Instalando 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 \ && echo "vscode ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers.d/nopasswd diff --git a/version.txt b/version.txt index e6f474a..d845ccb 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.15 \ No newline at end of file +2.0.16 \ No newline at end of file