Skip to content

Commit 553bb0a

Browse files
authored
Merge pull request #19 from lkebulad/Fix-14-Add-uncovered-branches
Fix #14, Modified MC/DC Dockerfile to install jq
2 parents 7b65a20 + d828b40 commit 553bb0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mcdc/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ RUN apt-get update && apt-get install -y \
1616
cmake \
1717
lcov \
1818
python3 \
19+
jq \
1920
&& rm -rf /var/lib/apt/lists/*
2021

2122
# Configure dynamic linker to include /usr/local/lib (for GCC libraries)

0 commit comments

Comments
 (0)