We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c699da7 commit 4d72c0fCopy full SHA for 4d72c0f
1 file changed
Dockerfile
@@ -13,7 +13,9 @@ RUN \
13
apt-get install -y cmake && \
14
apt-get install -y gcc g++ && \
15
# install cppcheck
16
- apt-get install -y cppcheck
+ apt-get install -y cppcheck && \
17
+ # install lcov
18
+ apt-get install -y lcov
19
20
# Set the working directory inside the Docker image
21
WORKDIR /cpp-lab
0 commit comments