fix(ci): remplacer node:24-slim par node:24 dans Dockerfile.test — v0.0.4
CI — Tests & Docker Build / Tests & couverture (push) Failing after 5m26s
CI — Tests & Docker Build / Build & push image Docker (push) Has been skipped

node:24-slim est trop minimal pour lancer Chromium headless (libs système
manquantes). L'image complète node:24 inclut toutes les dépendances requises.
This commit is contained in:
2026-06-06 23:15:58 +02:00
parent 5b48c1b2e1
commit 0bc4923227
3 changed files with 4 additions and 35 deletions
+1 -32
View File
@@ -1,38 +1,7 @@
FROM node:24-slim
FROM node:24
RUN apt-get update && apt-get install -y \
chromium \
fonts-liberation \
libappindicator3-1 \
libasound2 \
libatk-bridge2.0-0 \
libatk1.0-0 \
libcairo2 \
libcups2 \
libdbus-1-3 \
libexpat1 \
libfontconfig1 \
libgbm1 \
libglib2.0-0 \
libgtk-3-0 \
libnspr4 \
libnss3 \
libpango-1.0-0 \
libpangocairo-1.0-0 \
libx11-6 \
libx11-xcb1 \
libxcb1 \
libxcomposite1 \
libxcursor1 \
libxdamage1 \
libxext6 \
libxfixes3 \
libxi6 \
libxrandr2 \
libxrender1 \
libxss1 \
libxtst6 \
xdg-utils \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "olhar-pwa",
"version": "0.0.3",
"version": "0.0.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "olhar-pwa",
"version": "0.0.3",
"version": "0.0.4",
"dependencies": {
"@angular/common": "^19.2.0",
"@angular/compiler": "^19.2.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "olhar-pwa",
"version": "0.0.3",
"version": "0.0.4",
"scripts": {
"ng": "ng",
"start": "ng serve",