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