Skip to content

Commit 21ab1af

Browse files
committed
fix unit test runtime dependency
1 parent c562336 commit 21ab1af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/src/updater/dockerfile-rpm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ RUN dnf install -y \
1616
python3 \
1717
curl \
1818
xz \
19-
zypper
19+
zypper \
20+
at-spi2-core
2021

2122
# Optional: for better font rendering or Chromium deps
2223
RUN dnf install -y liberation-fonts fontconfig

0 commit comments

Comments
 (0)