Initial commit
This commit is contained in:
commit
8a4328004c
4 changed files with 45 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM node:22-bookworm AS build
|
||||
WORKDIR /
|
||||
|
||||
ENV CHROMIUM_VERSION="135.0.7049.84-1~deb12u1"
|
||||
RUN apt-get update && apt-get -y install --no-install-recommends chromium=${CHROMIUM_VERSION} procps libxss1 && rm -rf /var/lib/apt/lists/*
|
Loading…
Add table
Add a link
Reference in a new issue