diff --git a/Dockerfile b/Dockerfile index fd3bcf0..f4f8e2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \