devcontainer: remove sudo
sudo is not needed in the end
This commit is contained in:
parent
5e724edccd
commit
ddd995d1fd
1 changed files with 0 additions and 6 deletions
|
@ -1,8 +1,4 @@
|
|||
# A fat and modifiable Nix image
|
||||
#
|
||||
# TODO: create a suid wrapper for sudo.
|
||||
|
||||
# sudo: setrlimit(RLIMIT_CORE): Operation not permitted
|
||||
{ dockerTools
|
||||
, closureInfo
|
||||
, bashInteractive
|
||||
|
@ -21,7 +17,6 @@
|
|||
, openssh
|
||||
, sedutil
|
||||
, shadow
|
||||
, sudo
|
||||
, xz
|
||||
, mkUserEnvironment
|
||||
}:
|
||||
|
@ -48,7 +43,6 @@ let
|
|||
|
||||
# for user management
|
||||
shadow
|
||||
sudo
|
||||
|
||||
# for the vscode extension
|
||||
gcc-unwrapped
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue