Testing astro-critical-css with bookworm
This commit is contained in:
parent
120af666cb
commit
2e513cb72f
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
||||||
FROM node:22-alpine AS build
|
FROM node:22-bookworm AS build
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
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 npm i
|
RUN npm i
|
||||||
RUN npm run astro telemetry disable
|
RUN npm run astro telemetry disable
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue