From 5fea0ccc65879575a654fa4ab7cc3333e3b777a0 Mon Sep 17 00:00:00 2001 From: Nulo Date: Wed, 26 Jul 2023 18:14:31 -0300 Subject: [PATCH] agregar vips vips-heif y vips-tools --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index a676af8..9da70b3 100644 --- a/Containerfile +++ b/Containerfile @@ -7,7 +7,7 @@ RUN apk add --no-cache \ jq \ make \ go \ - libwebp-tools \ + libwebp-tools vips vips-heif vips-tools \ doas doas-sudo-shim lua5.1 squashfs-tools \ \ && npm install --global pnpm \