Testing astro-critical-css with bookworm 2

This commit is contained in:
Firq 2025-04-14 23:05:16 +02:00
parent 2e513cb72f
commit a4e306b45a
Signed by: Firq
GPG key ID: DCE182BA39C697B2

View file

@ -2,8 +2,9 @@ FROM node:22-bookworm AS build
WORKDIR /app
COPY . .
ENV CI=true
ENV CHROMIUM_VERSION="135.0.7049.84-1~deb12u1"
RUN apt-get update && apt-get -y install --no-install-recommends chromium=${CHROMIUM_VERSION} procps && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get -y install --no-install-recommends chromium=${CHROMIUM_VERSION} procps libxss1 && rm -rf /var/lib/apt/lists/*
RUN npm i
RUN npm run astro telemetry disable