Skip to content

Commit 4d72c0f

Browse files
committed
Update dockerfile lcov
1 parent c699da7 commit 4d72c0f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ RUN \
1313
apt-get install -y cmake && \
1414
apt-get install -y gcc g++ && \
1515
# install cppcheck
16-
apt-get install -y cppcheck
16+
apt-get install -y cppcheck && \
17+
# install lcov
18+
apt-get install -y lcov
1719

1820
# Set the working directory inside the Docker image
1921
WORKDIR /cpp-lab

0 commit comments

Comments
 (0)