mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-06-19 04:18:11 -06:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
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
|
Reference in New Issue
Block a user