feat: initial commit
All checks were successful
kipp-news/pipeline/head This commit looks good

This commit is contained in:
2025-01-17 11:28:15 +01:00
commit 8e09f7ae3b
205 changed files with 200 additions and 0 deletions

7
misc/ci/Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM alpine:3.21
RUN apk add nodejs npm jq bash curl ca-certificates python3 build-base
RUN npm install -g xml2json
SHELL ["/bin/bash"]