aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/mosh/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/mosh/Dockerfile')
-rw-r--r--projects/mosh/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/mosh/Dockerfile b/projects/mosh/Dockerfile
index c3497e91..50fb55d0 100644
--- a/projects/mosh/Dockerfile
+++ b/projects/mosh/Dockerfile
@@ -16,7 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y autoconf automake protobuf-compiler \
- libprotobuf-dev pkg-config zlib1g-dev libncurses5-dev libssl-dev clang
+ libprotobuf-dev pkg-config zlib1g-dev libncurses5-dev libssl-dev clang lcov
RUN git clone --depth 1 https://github.com/mobile-shell/mosh.git
WORKDIR mosh
COPY build.sh $SRC/