Skip to content

Commit 6913b28

Browse files
committed
Add zip utility to ubuntu.Dockerfile
1 parent e1720ba commit 6913b28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/ubuntu.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN set -e \
1616
openmpi-bin openmpi-common libopenmpi-dev \
1717
libomp-dev \
1818
gcc-14 g++-14 \
19-
gcovr \
19+
gcovr zip \
2020
&& wget -q https://apt.llvm.org/llvm.sh \
2121
&& chmod +x llvm.sh \
2222
&& ./llvm.sh 20 all \

0 commit comments

Comments
 (0)