Skip to content

Commit d52a39c

Browse files
committed
Add xmlstarlet
1 parent 4f6d3a3 commit d52a39c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
FROM dart:3.6.1
22

33
RUN dart pub global activate junitreport 2.0.2
4+
5+
RUN apt-get update && apt-get install -y --no-install-recommends \
6+
xmlstarlet \
7+
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)