mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-01-08 20:56:49 -06:00
Trying to fix user issue. Updating version to 2.0.27
This commit is contained in:
parent
f929aaac63
commit
fd7e35cf34
@ -27,8 +27,8 @@ if [ "${HOME_USER-}" ]; then
|
||||
sudo -u $HOME_USER -i
|
||||
# Unfortunately we cannot change $HOME as we cannot move any bind mounts
|
||||
# nor can we bind mount $HOME into a new home as that requires a privileged container.
|
||||
sudo usermod --login "$HOME_USER" vscode
|
||||
sudo groupmod -n "$HOME_USER" vscode
|
||||
# sudo usermod --login "$HOME_USER" vscode
|
||||
# sudo groupmod -n "$HOME_USER" vscode
|
||||
|
||||
## Agregar binarios
|
||||
sudo sed -i "/vscode/d" /etc/sudoers.d/nopasswd
|
||||
|
@ -1 +1 @@
|
||||
2.0.26
|
||||
2.0.27
|
Loading…
Reference in New Issue
Block a user