impoving build system
🏗️ Build Plugin / build (push) Successful in 57s
🧪 Test Plugin / test (push) Successful in 1m12s
🚀 Release Plugin / build-and-release (push) Failing after 39s

This commit is contained in:
2026-01-11 09:40:18 +01:00
parent cdf53c5288
commit 67619a4f56
3 changed files with 16 additions and 5 deletions
+4 -1
View File
@@ -1,10 +1,13 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0
# Install Python and pip for JPRM
# Install Python, Node.js, and tools
RUN apt-get update && apt-get install -y \
python3 \
python3-pip \
jq \
git \
nodejs \
npm \
&& rm -rf /var/lib/apt/lists/*
# Install JPRM