Add missing deps
Some checks failed
🏗️ Build Plugin / build (push) Failing after 1s
🧪 Test Plugin / test (push) Failing after 2s

This commit is contained in:
Duncan Tourolle 2026-02-28 12:09:22 +01:00
parent 46684402e6
commit 65c7a16cee

View File

@ -10,6 +10,8 @@ RUN apt-get update && apt-get install -y \
python3-pip \ python3-pip \
git \ git \
jq \ jq \
nodejs \
npm \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN pip install --break-system-packages jprm RUN pip install --break-system-packages jprm