mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 20:30:37 -05:00
devcontainer: remove sudo
sudo is not needed in the end
This commit is contained in:
@@ -1,8 +1,4 @@
|
|||||||
# A fat and modifiable Nix image
|
# A fat and modifiable Nix image
|
||||||
#
|
|
||||||
# TODO: create a suid wrapper for sudo.
|
|
||||||
|
|
||||||
# sudo: setrlimit(RLIMIT_CORE): Operation not permitted
|
|
||||||
{ dockerTools
|
{ dockerTools
|
||||||
, closureInfo
|
, closureInfo
|
||||||
, bashInteractive
|
, bashInteractive
|
||||||
@@ -21,7 +17,6 @@
|
|||||||
, openssh
|
, openssh
|
||||||
, sedutil
|
, sedutil
|
||||||
, shadow
|
, shadow
|
||||||
, sudo
|
|
||||||
, xz
|
, xz
|
||||||
, mkUserEnvironment
|
, mkUserEnvironment
|
||||||
}:
|
}:
|
||||||
@@ -48,7 +43,6 @@ let
|
|||||||
|
|
||||||
# for user management
|
# for user management
|
||||||
shadow
|
shadow
|
||||||
sudo
|
|
||||||
|
|
||||||
# for the vscode extension
|
# for the vscode extension
|
||||||
gcc-unwrapped
|
gcc-unwrapped
|
||||||
|
|||||||
Reference in New Issue
Block a user