Merge pull request #156 from rchenzheng/ISSUE-155/missing-jq

This commit is contained in:
Adam
2022-02-19 23:03:45 +00:00
committed by GitHub
4 changed files with 4 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ RUN \
curl \
git \
grep \
jq \
libtool \
linux-headers \
perl \

View File

@@ -19,6 +19,7 @@ RUN \
curl \
git \
grep \
jq \
libtool \
linux-headers \
perl \

View File

@@ -19,6 +19,7 @@ RUN \
curl \
git \
grep \
jq \
libtool \
linux-headers \
perl \

View File

@@ -69,6 +69,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "19.02.22:", desc: "Add jq to build-stage" }
- { date: "07.01.22:", desc: "Rebase to Alpine, build from source." }
- { date: "06.01.22:", desc: "Deprecate unstable branch." }
- { date: "10.02.21:", desc: "Rebase to focal." }