mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-01-09 05:06:46 -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
|
#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
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
2.0.15
|
2.0.16
|
Loading…
Reference in New Issue
Block a user