Skip to content

Commit

Permalink
Merge pull request #33 from pi-hole/new/jq
Browse files Browse the repository at this point in the history
Add jq and xxd for FTL API tests
  • Loading branch information
DL6ER authored Jan 31, 2021
2 parents 2f2e209 + eb44eeb commit 598df7c
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 17 deletions.
2 changes: 2 additions & 0 deletions ftl-build/aarch64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ RUN dpkg --add-architecture arm64 \
binutils \
cmake \
libc6-dev:arm64 \
xxd \
jq \
&& rm -rf /var/lib/apt/lists/*

# Install ghr for GitHub Releases: https://github.com/tcnksm/ghr
Expand Down
2 changes: 2 additions & 0 deletions ftl-build/armv4t/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ RUN dpkg --add-architecture armel \
binutils \
cmake \
libc6:armel \
xxd \
jq \
&& rm -rf /var/lib/apt/lists/*

# Install ghr for GitHub Releases: https://github.com/tcnksm/ghr
Expand Down
2 changes: 2 additions & 0 deletions ftl-build/armv5te/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ RUN dpkg --add-architecture armel \
binutils \
cmake \
libc6:armel \
xxd \
jq \
&& rm -rf /var/lib/apt/lists/*

# Install ghr for GitHub Releases: https://github.com/tcnksm/ghr
Expand Down
34 changes: 18 additions & 16 deletions ftl-build/armv6hf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,24 @@ ARG termcapversion=1.3.1
RUN dpkg --add-architecture armel \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
wget \
git \
ca-certificates \
curl \
make \
file \
netcat-traditional \
ssh \
sqlite3 \
dnsutils \
binutils \
cmake \
nettle-dev:armel \
libcap-dev:armel \
libgmp-dev:armel \
libc6-dev:armel \
wget \
git \
ca-certificates \
curl \
make \
file \
netcat-traditional \
ssh \
sqlite3 \
dnsutils \
binutils \
cmake \
nettle-dev:armel \
libcap-dev:armel \
libgmp-dev:armel \
libc6-dev:armel \
xxd \
jq \
&& rm -rf /var/lib/apt/lists/*

# Install ghr for GitHub Releases: https://github.com/tcnksm/ghr
Expand Down
2 changes: 2 additions & 0 deletions ftl-build/armv7hf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ RUN dpkg --add-architecture armhf \
binutils \
cmake \
libc6:armhf \
xxd \
jq \
&& rm -rf /var/lib/apt/lists/*

# Install ghr for GitHub Releases: https://github.com/tcnksm/ghr
Expand Down
2 changes: 2 additions & 0 deletions ftl-build/armv8a/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ RUN dpkg --add-architecture armhf \
binutils \
cmake \
libc6:armhf \
xxd \
jq \
&& rm -rf /var/lib/apt/lists/*

# Install ghr for GitHub Releases: https://github.com/tcnksm/ghr
Expand Down
2 changes: 2 additions & 0 deletions ftl-build/x86_32/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ RUN dpkg --add-architecture i386 \
binutils \
cmake \
libc6:i386 \
xxd \
jq \
&& rm -rf /var/lib/apt/lists/*

# Install ghr for GitHub Releases: https://github.com/tcnksm/ghr
Expand Down
4 changes: 3 additions & 1 deletion ftl-build/x86_64-musl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ RUN apk add --no-cache \
shadow \
sqlite \
binutils \
cmake
cmake \
xxd \
jq

# Install ghr for GitHub Releases: https://github.com/tcnksm/ghr
RUN curl -sSL https://github.com/tcnksm/ghr/releases/download/v${ghrversion}/ghr_v${ghrversion}_linux_amd64.tar.gz | \
Expand Down
2 changes: 2 additions & 0 deletions ftl-build/x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ RUN apt-get update \
wget \
binutils \
cmake \
xxd \
jq \
&& rm -rf /var/lib/apt/lists/*

# Install ghr for GitHub Releases: https://github.com/tcnksm/ghr
Expand Down

0 comments on commit 598df7c

Please sign in to comment.