This commit is contained in:
Jason Swank 2025-06-09 11:55:40 -04:00
parent f1b519d143
commit b39a07918a

View File

@ -11,7 +11,8 @@ RUN apk --no-cache update
RUN apk -U --no-cache add \
doas doas-sudo-shim \
bash less openvi \
coreutils grep gawk perl
coreutils grep gawk perl \
curl
RUN adduser -h /home/cli -s /bin/bash -D cli cli && \
addgroup cli wheel && \