Skip to content

Commit

Permalink
chore(init): Add sudo to Wolfi (#1375)
Browse files Browse the repository at this point in the history
sudo has been merged into Wolfi, add it for parity with Alpine

Signed-off-by: RJ Trujillo <[email protected]>
  • Loading branch information
EyeCantCU authored May 6, 2024
1 parent a4708b1 commit 45b3911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrobox-init
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,6 @@ if [ "${upgrade}" -ne 0 ] ||
musl-utils
openssh-client-default
pinentry
sudo
tar
vte3
which
Expand Down Expand Up @@ -492,6 +491,7 @@ if [ "${upgrade}" -ne 0 ] ||
rsync
shadow
su-exec
sudo
tcpdump
tree
tzdata
Expand Down

0 comments on commit 45b3911

Please sign in to comment.