Update Dockerfile
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user