Skip to content

Commit a61e758

Browse files
authored
Merge pull request #153 from pi-hole/pytest
Pytest
2 parents 55116df + e1d503d commit a61e758

1 file changed

Lines changed: 20 additions & 19 deletions

File tree

ftl-build/Dockerfile

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,38 +10,39 @@ RUN apk add --no-cache \
1010
alpine-sdk \
1111
bash \
1212
bind-tools \
13+
binutils \
14+
clang \
15+
cmake \
1316
curl \
17+
gdb \
1418
gmp-dev \
1519
gmp-static \
16-
libcap \
17-
linux-headers \
18-
openssh-client \
19-
shadow \
20-
sqlite \
21-
binutils \
22-
cmake \
23-
xxd \
2420
jq \
25-
m4 \
26-
python3 \
27-
py3-yaml \
28-
zip \
29-
py3-requests \
21+
libcap \
3022
libidn2-dev \
3123
libidn2-static \
3224
libunistring-dev \
3325
libunistring-static \
34-
perl \
35-
clang \
26+
linux-headers \
27+
m4 \
28+
ncurses \
29+
openssh-client \
3630
pdns \
3731
pdns-backend-sqlite3 \
38-
pdns-recursor \
3932
pdns-doc \
40-
gdb \
33+
pdns-recursor \
34+
perl \
35+
py3-dnspython \
4136
py3-jinja2 \
4237
py3-jsonschema \
43-
ncurses \
44-
py3-dnspython
38+
py3-pytest \
39+
py3-requests \
40+
py3-yaml \
41+
python3 \
42+
shadow \
43+
sqlite \
44+
xxd \
45+
zip
4546

4647
ENV STATIC=true
4748
ENV TEST=true

0 commit comments

Comments
 (0)