Skip to content

Commit fc274f0

Browse files
committed
Add py3-pytest to dependencies
Signed-off-by: yubiuser <[email protected]>
1 parent 55116df commit fc274f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ftl-build/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ RUN apk add --no-cache \
4141
py3-jinja2 \
4242
py3-jsonschema \
4343
ncurses \
44-
py3-dnspython
44+
py3-dnspython \
45+
py3-pytest
4546

4647
ENV STATIC=true
4748
ENV TEST=true

0 commit comments

Comments
 (0)