From 3c4d226ace77bda6ab5712f80ccabff84218bce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Gol=C3=A1=C5=88=20jr=2E?= Date: Mon, 15 Dec 2025 00:19:32 +0100 Subject: [PATCH] no sudo needed lol --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index bab5e21..dbbea19 100644 --- a/Containerfile +++ b/Containerfile @@ -2,6 +2,6 @@ FROM node:lts-alpine RUN apk add --no-cache ca-certificates curl podman kubectl kustomize git bash openssl buildah && \ echo 'rc_cgroup_mode="unified"' >> /etc/rc.conf && \ - curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sudo sh -s -- -b /usr/local/bin v0.68.1 + curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.68.1 VOLUME /var/lib/containers \ No newline at end of file