mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-01-08 20:56:49 -06:00
Trying to fix. Updating to version 2.0.16
This commit is contained in:
parent
6525dc4c7e
commit
dddaf129f4
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2.0.15
|
||||
2.0.16
|
Loading…
Reference in New Issue
Block a user