Skip to content

Commit 0a16422

Browse files
committed
Add python package dnspython into build container
Signed-off-by: DL6ER <[email protected]>
1 parent 69f1e2c commit 0a16422

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ftl-build/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ RUN apk add --no-cache \
4040
gdb \
4141
py3-jinja2 \
4242
py3-jsonschema \
43-
ncurses
43+
ncurses \
44+
py3-dnspython
4445

4546
ENV STATIC true
4647
ENV TEST true

0 commit comments

Comments
 (0)