Add perl-json-xs package

This commit is contained in:
TheSpad
2023-09-20 20:32:11 +01:00
parent 0b9a441358
commit 04932f5329
3 changed files with 3 additions and 0 deletions

View File

@@ -189,6 +189,7 @@ RUN \
perl \
perl-datetime-format-strptime \
perl-json \
perl-json-xs \
py3-requests \
python3 \
uriparser \

View File

@@ -188,6 +188,7 @@ RUN \
perl \
perl-datetime-format-strptime \
perl-json \
perl-json-xs \
py3-requests \
python3 \
uriparser \

View File

@@ -123,6 +123,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "20.09.23:", desc: "Add perl-json-xs package." }
- { date: "18.05.23:", desc: "Install XMLTV from Alpine repos." }
- { date: "18.05.23:", desc: "Rebase to Alpine 3.18." }
- { date: "17.03.23:", desc: "Extract picons during build instead of init." }