Skip to content

Commit 90e421f

Browse files
authored
Add zip utility to ubuntu.Dockerfile (#579)
1 parent e1720ba commit 90e421f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)