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