From aa300b13ba4392c1c1e35bce1f4c3a3b747317d2 Mon Sep 17 00:00:00 2001 From: sesh Date: Thu, 25 Jun 2026 00:18:05 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a56af46..fd7b373 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # ---- build: compile anubis with your overlaid mascot baked in ---- FROM golang:1.24-bookworm AS build RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \ - && apt-get install -y --no-install-recommends nodejs \ + && apt-get install -y --no-install-recommends nodejs zstd brotli \ && rm -rf /var/lib/apt/lists/* ENV HUSKY=0 WORKDIR /src