Files
httptoolkit/Dockerfile
T
2026-08-22 07:56:15 +05:00

21 lines
405 B
Docker

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