fresh build

This commit is contained in:
2026-08-22 07:56:15 +05:00
parent f201d5bf9c
commit 72e07f6a01
9 changed files with 28 additions and 250 deletions
+20
View File
@@ -0,0 +1,20 @@
FROM node:22-bookworm
ENV PUPPETEER_SKIP_DOWNLOAD=true
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
python3 \
cmake \
pkg-config \
git \
curl \
unzip \
ca-certificates \
jq \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /source
CMD /source/build.sh