Skip to content

Commit

Permalink
ci: Install Jinja template engine for Alpine testing images
Browse files Browse the repository at this point in the history
  • Loading branch information
igo95862 committed Dec 16, 2023
1 parent 6bb0be6 commit e6c89c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/containers/Containerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ RUN apk update && \
musl-dev \
gcc \
pkgconfig \
dbus
dbus \
py3-jinja2

WORKDIR /root/python-sdbus/

Expand Down

0 comments on commit e6c89c8

Please sign in to comment.