Testing astro-critical-css with bookworm 2
This commit is contained in:
parent
2e513cb72f
commit
a4e306b45a
1 changed files with 2 additions and 1 deletions
|
@ -2,8 +2,9 @@ FROM node:22-bookworm AS build
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
ENV CI=true
|
||||||
ENV CHROMIUM_VERSION="135.0.7049.84-1~deb12u1"
|
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 i
|
||||||
RUN npm run astro telemetry disable
|
RUN npm run astro telemetry disable
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue