From 74cfade58731b264c2161caddd2f0be3d9ae1ac1 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Sep 24 2019 18:10:54 +0000 Subject: Avoid losing useradd(8) by accident The shadow-utils package was added to the base toolbox images to ensure the presence of the useradd(8) command. Currently the package is already pulled in by various dependencies. Therefore, it doesn't increase the size of the base image, but serves as a safeguard against any inadvertent changes. --- diff --git a/extra-packages b/extra-packages index d48965e..c998b3f 100644 --- a/extra-packages +++ b/extra-packages @@ -24,6 +24,7 @@ passwd pigz procps-ng rsync +shadow-utils sudo tcpdump time