From b39a07918a481270e01cea028843efed19c73e63 Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Mon, 9 Jun 2025 11:55:40 -0400 Subject: [PATCH] add curl --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 && \