add shadow for groupmod usermod

This commit is contained in:
MrTyton 2022-03-25 22:04:47 -04:00
parent dc78dc2dd2
commit bbc522fdfc
2 changed files with 3 additions and 2 deletions

View File

@ -23,7 +23,8 @@ RUN set -x && \
curl \
dbus \
jq \
python3
python3 \
shadow
RUN set -x && \
addgroup --gid "$PGID" abc && \

View File

@ -1 +1 @@
2022.03.25-21
2022.03.25-22