Fix CI
Some checks failed
🧪 Test / test (push) Successful in 6m47s
🐳 Build Builder Image / build-and-push (push) Failing after 1s

This commit is contained in:
Duncan Tourolle 2026-05-08 18:09:13 +02:00
parent 2a5c0a0b4d
commit 127ffb3849

View File

@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
python3-pip \
git \
ca-certificates \
nodejs \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /src