Update Dockerfile

This commit is contained in:
2026-06-25 00:18:05 +02:00
parent 0b98fff19a
commit aa300b13ba
+1 -1
View File
@@ -3,7 +3,7 @@
# ---- build: compile anubis with your overlaid mascot baked in ---- # ---- build: compile anubis with your overlaid mascot baked in ----
FROM golang:1.24-bookworm AS build FROM golang:1.24-bookworm AS build
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \ 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/* && rm -rf /var/lib/apt/lists/*
ENV HUSKY=0 ENV HUSKY=0
WORKDIR /src WORKDIR /src